aboutsummaryrefslogtreecommitdiffstats
path: root/mail/dot-mbsyncrc.byteplant
diff options
context:
space:
mode:
Diffstat (limited to 'mail/dot-mbsyncrc.byteplant')
-rw-r--r--mail/dot-mbsyncrc.byteplant85
1 files changed, 85 insertions, 0 deletions
diff --git a/mail/dot-mbsyncrc.byteplant b/mail/dot-mbsyncrc.byteplant
new file mode 100644
index 0000000..16a2867
--- /dev/null
+++ b/mail/dot-mbsyncrc.byteplant
@@ -0,0 +1,85 @@
+###############################################################################
+# byteplant
+IMAPAccount oscar
+Host imap.byteplant.com
+User oscar
+PassCmd "pass show byteplant.com/imap"
+AuthMechs LOGIN
+SSLType IMAPS
+CertificateFile /etc/ssl/certs/ca-certificates.crt
+
+IMAPStore oscar-remote
+Account oscar
+
+MaildirStore oscar-local
+Path ~/.mail/oscar/
+Inbox ~/.mail/oscar/Inbox
+SubFolders Verbatim
+
+Channel oscar
+Far :oscar-remote:
+Near :oscar-local:
+Patterns *
+Create Both
+SyncState *
+Expunge Both
+
+###############################################################################
+# byteplant
+IMAPAccount admin
+Host imap.byteplant.com
+User admin
+PassCmd "pass show byteplant.com/admin-email"
+AuthMechs LOGIN
+SSLType IMAPS
+CertificateFile /etc/ssl/certs/ca-certificates.crt
+
+IMAPStore admin-remote
+Account admin
+
+MaildirStore admin-local
+Path ~/.mail/admin/
+Inbox ~/.mail/admin/Inbox
+SubFolders Verbatim
+
+Channel admin
+Far :admin-remote:
+Near :admin-local:
+Patterns % !history !Trash
+MaxMessages 1000
+Sync Pull
+Create Both
+SyncState *
+Expunge Both
+
+###############################################################################
+# byteplant
+IMAPAccount support
+Host imap.byteplant.com
+User support
+PassCmd "pass show byteplant.com/support-mail"
+AuthMechs LOGIN
+SSLType IMAPS
+CertificateFile /etc/ssl/certs/ca-certificates.crt
+
+IMAPStore support-remote
+Account support
+
+MaildirStore support-local
+Path ~/.mail/support/
+Inbox ~/.mail/support/Inbox
+SubFolders Verbatim
+
+Channel support
+Far :support-remote:
+Near :support-local:
+Patterns % !history !Trash
+MaxMessages 1000
+Sync Pull
+Create Both
+SyncState *
+Expunge Both
+
+# Local Variables:
+# mode: conf-unix
+# End: