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