From 058fc42c215355379d7ed082b0e30acad20bda52 Mon Sep 17 00:00:00 2001 From: Carlos Lobo <86011416+CarlosLoboxyz@users.noreply.github.com> Date: Sat, 25 Mar 2023 19:56:47 -0400 Subject: Add goimapnotify for push notifications --- share/imapnotify-temp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 share/imapnotify-temp (limited to 'share') 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" ] +} + -- cgit v1.2.3