diff options
author | Luke Smith <luke@lukesmith.xyz> | 2025-02-28 09:48:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-28 09:48:31 +0000 |
commit | 5300aa7f723941b444f6fe13d9190582b80c071a (patch) | |
tree | c913119400c8883ab0da4c17e915b913b3b46885 /share | |
parent | 05fcf7b3e113e8b3975e023217caf83007adbf01 (diff) | |
parent | 650794bb1d20c3f7e8d3dfc0fc9a7add8519c5f3 (diff) |
Merge pull request #924 from CarlosLoboxyz/master
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" ] +} + |