Replace imapnotify with goimapnotify
This commit is contained in:
16
goimapnotify/.config/goimapnotify/gmail.conf
Normal file
16
goimapnotify/.config/goimapnotify/gmail.conf
Normal 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"
|
||||
]
|
||||
}
|
||||
15
goimapnotify/.config/goimapnotify/uni.conf
Normal file
15
goimapnotify/.config/goimapnotify/uni.conf
Normal 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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user