From bda47a0eedcd9853ac3617f4f05606cd161dbbb7 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Sun, 4 May 2025 19:59:26 +0900 Subject: updates --- share/imapnotify-temp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 share/imapnotify-temp (limited to 'share/imapnotify-temp') 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" ] +} -- cgit v1.2.3