16 lines
281 B
Plaintext
16 lines
281 B
Plaintext
{
|
|
"host": "correo.ugr.es",
|
|
"port": 993,
|
|
"tls": true,
|
|
"tlsOptions": {
|
|
"rejectUnauthorized": true
|
|
},
|
|
"username": "akasroua@correo.ugr.es",
|
|
"passwordCmd": "pass mail/uni",
|
|
"onNewMail": "mbsync uni",
|
|
"onNewMailPost": "notmuch new",
|
|
"boxes": [
|
|
"INBOX"
|
|
]
|
|
}
|