aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/goimapnotify/.config/imapnotify/porkbun.conf
diff options
context:
space:
mode:
Diffstat (limited to 'goimapnotify/.config/imapnotify/porkbun.conf')
-rw-r--r--goimapnotify/.config/imapnotify/porkbun.conf19
1 files changed, 0 insertions, 19 deletions
diff --git a/goimapnotify/.config/imapnotify/porkbun.conf b/goimapnotify/.config/imapnotify/porkbun.conf
deleted file mode 100644
index ef34d93..0000000
--- a/goimapnotify/.config/imapnotify/porkbun.conf
+++ /dev/null
@@ -1,19 +0,0 @@
-[
- {
- "host": "imap.porkbun.com",
- "port": 993,
- "tls": true,
- "tlsOptions": {
- "reject_unauthorized": false
- },
- "username": "tobyv@tobyvin.dev",
- "passwordCmd": "pass tobyv@tobyvin.dev | head -n1",
- "boxes": [
- {
- "mailbox": "INBOX",
- "onNewMail": "mbsync -c $XDG_CONFIG_HOME/mbsync/mbsyncrc porkbun:INBOX",
- "onNewMailPost": "notmuch new"
- }
- ]
- }
-]