dotfiles/conf.d/imapnotify/jean-francois.lance@ac-creteil.fr.conf

17 lines
338 B
Plaintext
Raw Normal View History

2021-05-24 21:28:03 +00:00
{
"host": "imap.ac-creteil.fr",
"port": 143,
"tls": false,
"tlsOptions": {
"rejectUnauthorized": false
},
"username": "jlance",
"password": "",
2021-05-27 19:30:48 +00:00
"passwordCmd": "pass ac-creteil.fr/jlance",
2021-05-24 21:28:03 +00:00
"onNewMail": "mbsync jean-francois.lance@ac-creteil.fr-inbox",
"onNewMailPost": "notmuch new",
"boxes": [
"INBOX"
]
}