summaryrefslogtreecommitdiffstats
path: root/config/imapnotify/tozt.conf
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-30 17:48:02 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-30 17:48:02 -0500
commitf945c7c687898f2d767684214e58cd7938a27059 (patch)
treeef53434a2cbb140a715be1f0ca375e1db04379f4 /config/imapnotify/tozt.conf
parent645d971a3ad6b39f35ad679d2c187e85385206bb (diff)
downloadconf-f945c7c687898f2d767684214e58cd7938a27059.tar.gz
conf-f945c7c687898f2d767684214e58cd7938a27059.zip
use imap idle to get more up to date mail checking
Diffstat (limited to 'config/imapnotify/tozt.conf')
-rw-r--r--config/imapnotify/tozt.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/imapnotify/tozt.conf b/config/imapnotify/tozt.conf
new file mode 100644
index 0000000..77d35dd
--- /dev/null
+++ b/config/imapnotify/tozt.conf
@@ -0,0 +1,8 @@
+{
+ "host": "mail.tozt.net",
+ "port": 993,
+ "tls": true,
+ "username": "doy@tozt.net",
+ "passwordCmd": "rbw get mail.tozt.net doy@tozt.net",
+ "boxes": [ "INBOX", "personal" ]
+}