diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-05-04 19:59:26 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-05-04 19:59:26 +0900 |
| commit | bda47a0eedcd9853ac3617f4f05606cd161dbbb7 (patch) | |
| tree | 2cdaa0d275765e0aadec351552be22302ccb8bcc /share | |
| parent | 5034ca83081ebd54b638df614f45359c945386d9 (diff) | |
updates
Diffstat (limited to 'share')
| -rw-r--r-- | share/imapnotify-temp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/share/imapnotify-temp b/share/imapnotify-temp new file mode 100644 index 0000000..3cdd360 --- /dev/null +++ b/share/imapnotify-temp @@ -0,0 +1,14 @@ +{ + "host": "$imap", + "port": $iport, + "tls": true, + "tlsOptions": { + "rejectUnauthorized": false + }, + "username": "$login", + "password": "", + "passwordCmd": "pass $passprefix$fulladdr", + "onNewMail": "mailsync", + "onNewMailPost": "", + "boxes": [ "INBOX" ] +} |
