dotfiles/conf.d/imapnotify/jeff.lance@mala.fr.conf

17 lines
354 B
Plaintext
Raw Normal View History

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