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