Add disroot email account
This commit is contained in:
15
goimapnotify/.config/goimapnotify/disroot.conf
Normal file
15
goimapnotify/.config/goimapnotify/disroot.conf
Normal 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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user