17 lines
354 B
Plaintext
17 lines
354 B
Plaintext
{
|
|
"host": "ssl0.ovh.net",
|
|
"port": 993,
|
|
"tls": true,
|
|
"tlsOptions": {
|
|
"rejectUnauthorized": false
|
|
},
|
|
"username": "jeff.lance@mala.fr",
|
|
"password": "",
|
|
"passwordCmd": "pass ssl0.ovh.net/jeff.lance@mala.fr",
|
|
"onNewMail": "~/bin/emails/mailsync jeff.lance@mala.fr-inbox",
|
|
"onNewMailPost": "notmuch new",
|
|
"boxes": [
|
|
"INBOX"
|
|
]
|
|
}
|