From f945c7c687898f2d767684214e58cd7938a27059 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 30 Dec 2021 17:48:02 -0500 Subject: use imap idle to get more up to date mail checking --- config/imapnotify/tozt.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 config/imapnotify/tozt.conf (limited to 'config/imapnotify/tozt.conf') 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" ] +} -- cgit v1.2.3