summaryrefslogtreecommitdiff
path: root/share/imapnotify-temp
diff options
context:
space:
mode:
Diffstat (limited to 'share/imapnotify-temp')
-rw-r--r--share/imapnotify-temp14
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" ]
+}