dotfiles/conf.d/imapnotify/games@mala.fr.conf

17 lines
324 B
Plaintext
Raw Normal View History

2021-05-24 23:28:03 +02:00
{
"host": "ssl0.ovh.net",
"port": 993,
"tls": true,
"tlsOptions": {
"rejectUnauthorized": false
},
"username": "games@mala.fr",
"password": "",
2021-05-27 21:30:48 +02:00
"passwordCmd": "pass ssl0.ovh.net/games@mala.fr",
2021-05-24 23:28:03 +02:00
"onNewMail": "mbsync games@mala.fr-inbox",
"onNewMailPost": "notmuch new",
"boxes": [
"INBOX"
]
}