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

17 lines
387 B
Plaintext
Raw Normal View History

2021-02-26 11:36:33 +00:00
{
"host": "imap.ac-creteil.fr",
"port": 143,
2021-02-26 21:42:26 +00:00
"tls": false,
2021-02-26 11:36:33 +00:00
"tlsOptions": {
"rejectUnauthorized": false
},
"username": "jlance",
"password": "",
2021-03-01 21:41:37 +00:00
"passwordCmd": "secret-tool lookup email jean-francois.lance@ac-creteil.fr service imap",
2021-02-26 11:36:33 +00:00
"onNewMail": "mbsync -V jean-francois.lance@ac-creteil.fr-inbox",
"onNewMailPost": "notmuch new",
"boxes": [
"INBOX"
]
}