summaryrefslogtreecommitdiffstatshomepage
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.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/goimapnotify/.config/imapnotify/porkbun.conf b/goimapnotify/.config/imapnotify/porkbun.conf
new file mode 100644
index 0000000..60b71f9
--- /dev/null
+++ b/goimapnotify/.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"
+ ]
+}