Add disroot email account

This commit is contained in:
2022-04-06 11:56:56 +02:00
parent 696e41cb08
commit a886e56dcb
5 changed files with 110 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"host": "disroot.org",
"port": 993,
"tls": true,
"tlsOptions": {
"rejectUnauthorized": true
},
"username": "akasroua@disroot.org",
"passwordCmd": "pass web/disroot.org",
"onNewMail": "mbsync disroot",
"onNewMailPost": "notmuch new",
"boxes": [
"INBOX"
]
}