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