17 lines
382 B
Plaintext
17 lines
382 B
Plaintext
{
|
|
"host": "outlook.office365.com",
|
|
"port": 993,
|
|
"tls": true,
|
|
"tlsOptions": {
|
|
"rejectUnauthorized": true
|
|
},
|
|
"username": "amin.kasrouaouam@ugent.be",
|
|
"passwordCmd": "/home/coolneng/.local/share/scripts/mutt_oauth2.py /home/coolneng/.cache/tokenfile",
|
|
"xoauth2": true,
|
|
"onNewMail": "mbsync ugent",
|
|
"onNewMailPost": "notmuch new",
|
|
"boxes": [
|
|
"INBOX"
|
|
]
|
|
}
|