aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/goimapnotify/.config/imapnotify/gmail.conf
blob: 2f8263783fca98b91e98e6b0d293d264f02c790d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "host": "imap.gmail.com",
    "port": 993,
    "tls": true,
    "tlsOptions": {
        "rejectUnauthorized": false
    },
    "username": "tobyv13@gmail.com",
    "passwordCmd": "pass gmail | head -n1",
    "onNewMail": "systemctl --user start mbsync@gmail.service",
    "onNewMailPost": "",
    "boxes": [
        "INBOX"
    ]
}