Replace imapnotify with goimapnotify

This commit is contained in:
2021-06-18 16:10:51 +02:00
parent 6adc63bf71
commit a9be2c1cc7
5 changed files with 31 additions and 32 deletions

View File

@@ -0,0 +1,16 @@
{
"host": "imap.gmail.com",
"port": 993,
"tls": true,
"tlsOptions": {
"rejectUnauthorized": true
},
"username": "akasroua@gmail.com",
"passwordCmd": "pass mail/gmail",
"xoauth2": true,
"onNewMail": "mbsync gmail",
"onNewMailPost": "notmuch new",
"boxes": [
"INBOX"
]
}

View File

@@ -0,0 +1,15 @@
{
"host": "correo.ugr.es",
"port": 993,
"tls": true,
"tlsOptions": {
"rejectUnauthorized": true
},
"username": "akasroua@correo.ugr.es",
"passwordCmd": "pass mail/uni",
"onNewMail": "mbsync uni",
"onNewMailPost": "notmuch new",
"boxes": [
"INBOX"
]
}