summaryrefslogtreecommitdiffstats
path: root/.config/mbsync/mbsyncrc
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-08-10 09:45:43 +0200
committerJoe <bousset.rudy@gmail.com>2022-08-10 09:45:43 +0200
commit2226225272606ce4c806586fa1408cc961b38cf5 (patch)
tree79626b8f870c44760c5455ef270657cbca3e1eee /.config/mbsync/mbsyncrc
parentupdate (diff)
downloaddotfiles-bsd-2226225272606ce4c806586fa1408cc961b38cf5.tar.gz
dotfiles-bsd-2226225272606ce4c806586fa1408cc961b38cf5.tar.bz2
dotfiles-bsd-2226225272606ce4c806586fa1408cc961b38cf5.tar.xz
dotfiles-bsd-2226225272606ce4c806586fa1408cc961b38cf5.tar.zst
dotfiles-bsd-2226225272606ce4c806586fa1408cc961b38cf5.zip
Added support secuserve account
Diffstat (limited to '')
-rw-r--r--.config/mbsync/mbsyncrc26
1 files changed, 26 insertions, 0 deletions
diff --git a/.config/mbsync/mbsyncrc b/.config/mbsync/mbsyncrc
index ff59167..8e18362 100644
--- a/.config/mbsync/mbsyncrc
+++ b/.config/mbsync/mbsyncrc
@@ -102,3 +102,29 @@ SyncState *
MaxMessages 0
ExpireUnread no
# End profile
+
+IMAPStore support@secuserve.com-remote
+Host next.optimails.com
+Port 993
+User support@secuserve.com
+PassCmd "pass show mutt/support@secuserve.com"
+AuthMechs LOGIN
+SSLType IMAPS
+CertificateFile /etc/ssl/cert.pem
+
+MaildirStore support@secuserve.com-local
+Subfolders Verbatim
+Path /home/jozan/.local/share/mail/support@secuserve.com/
+Inbox /home/jozan/.local/share/mail/support@secuserve.com/INBOX
+Flatten .
+
+Channel support@secuserve.com
+Expunge Both
+Far :support@secuserve.com-remote:
+Near :support@secuserve.com-local:
+Patterns *
+Create Both
+SyncState *
+MaxMessages 0
+ExpireUnread no
+# End profile \ No newline at end of file