Files
dotfiles/goimapnotify/.config/goimapnotify/disroot.conf
2022-04-06 11:56:56 +02:00

16 lines
288 B
Plaintext

{
"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"
]
}