diff options
author | Carlos Lobo <86011416+CarlosLoboxyz@users.noreply.github.com> | 2023-03-25 19:56:47 -0400 |
---|---|---|
committer | Carlos Lobo <86011416+CarlosLoboxyz@users.noreply.github.com> | 2023-03-25 19:56:47 -0400 |
commit | 058fc42c215355379d7ed082b0e30acad20bda52 (patch) | |
tree | 52793d38c18005b2871312e9d37a2de02637d8ab /share | |
parent | 4d533e4f2f15944e0c8802cc5ad521c6d26fdf06 (diff) |
Add goimapnotify for push notifications
Diffstat (limited to 'share')
-rw-r--r-- | share/imapnotify-temp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/share/imapnotify-temp b/share/imapnotify-temp new file mode 100644 index 0000000..a81cba2 --- /dev/null +++ b/share/imapnotify-temp @@ -0,0 +1,15 @@ +{ + "host": "$imap", + "port": $iport, + "tls": true, + "tlsOptions": { + "rejectUnauthorized": false + }, + "username": "$login", + "password": "", + "passwordCmd": "pass $passprefix$fulladdr", + "onNewMail": "mailsync", + "onNewMailPost": "", + "boxes": [ "INBOX" ] +} + |