summaryrefslogtreecommitdiff
path: root/share/imapnotify-temp
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-05-04 19:59:26 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-05-04 19:59:26 +0900
commitbda47a0eedcd9853ac3617f4f05606cd161dbbb7 (patch)
tree2cdaa0d275765e0aadec351552be22302ccb8bcc /share/imapnotify-temp
parent5034ca83081ebd54b638df614f45359c945386d9 (diff)
updates
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" ]
+}