summaryrefslogtreecommitdiffstatshomepage
path: root/mbsync/.config/imapnotify
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2023-07-31 20:11:12 -0500
committerToby Vincent <tobyv@tobyvin.dev>2023-07-31 20:11:34 -0500
commit049c6ee93de0d14a0328800d0ea62b2c3b097ff9 (patch)
tree4c8fbbb3408da285bc08e6e7d4d7a697c6899f8a /mbsync/.config/imapnotify
parent7222b517d8c56f244aa76186d2966730da9c96d1 (diff)
feat(mail): add new email address and host
Diffstat (limited to 'mbsync/.config/imapnotify')
-rw-r--r--mbsync/.config/imapnotify/porkbun.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/mbsync/.config/imapnotify/porkbun.conf b/mbsync/.config/imapnotify/porkbun.conf
new file mode 100644
index 0000000..60b71f9
--- /dev/null
+++ b/mbsync/.config/imapnotify/porkbun.conf
@@ -0,0 +1,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"
+ ]
+}