17 lines
384 B
Plaintext
17 lines
384 B
Plaintext
|
{
|
||
|
"host": "imap.ac-creteil.fr",
|
||
|
"port": 143,
|
||
|
"tls": false,
|
||
|
"tlsOptions": {
|
||
|
"rejectUnauthorized": false
|
||
|
},
|
||
|
"username": "jlance",
|
||
|
"password": "",
|
||
|
"passwordCmd": "secret-tool lookup email jean-francois.lance@ac-creteil.fr service imap",
|
||
|
"onNewMail": "mbsync jean-francois.lance@ac-creteil.fr-inbox",
|
||
|
"onNewMailPost": "notmuch new",
|
||
|
"boxes": [
|
||
|
"INBOX"
|
||
|
]
|
||
|
}
|