blob: 11ebd5ad849e2ec8466f2092ca5c6a8175456813 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"host": "mail.pipeframe.xyz",
"port": 993,
"tls": true,
"tlsOptions": { "rejectUnauthorized": true },
"username": "loek@mail.pipeframe.xyz",
"password": "",
"passwordCmd": "source ~/.bwsession && bw get password efc4ddc3-cd2d-4090-b570-abea0113217a",
"onNewMail": "source ~/.bwsession && mbsync -a",
"onNewMailPost": "notify-send 'New mail arrived'",
"boxes": [ "Inbox" ]
}
|