aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/goimapnotify/.config/imapnotify/porkbun.conf
blob: 60b71f99dc8f4b19b52e263d258ab5ea9f88ad28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "host": "imap.porkbun.com",
    "port": 993,
    "tls": true,
    "tlsOptions": {
        "rejectUnauthorized": false
    },
    "username": "tobyv@tobyvin.dev",
    "passwordCmd": "pass tobyv@tobyvin.dev | head -n1",
    "onNewMail": "mbsync -c $XDG_CONFIG_HOME/mbsync/mbsyncrc porkbun",
    "boxes": [
        "INBOX"
    ]
}