aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/dot-mbsyncrc.byteplant6
-rw-r--r--mail/dot-mbsyncrc.personal43
2 files changed, 40 insertions, 9 deletions
diff --git a/mail/dot-mbsyncrc.byteplant b/mail/dot-mbsyncrc.byteplant
index 16a2867..98374ed 100644
--- a/mail/dot-mbsyncrc.byteplant
+++ b/mail/dot-mbsyncrc.byteplant
@@ -5,7 +5,7 @@ Host imap.byteplant.com
User oscar
PassCmd "pass show byteplant.com/imap"
AuthMechs LOGIN
-SSLType IMAPS
+TLSType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt
IMAPStore oscar-remote
@@ -31,7 +31,7 @@ Host imap.byteplant.com
User admin
PassCmd "pass show byteplant.com/admin-email"
AuthMechs LOGIN
-SSLType IMAPS
+TLSType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt
IMAPStore admin-remote
@@ -59,7 +59,7 @@ Host imap.byteplant.com
User support
PassCmd "pass show byteplant.com/support-mail"
AuthMechs LOGIN
-SSLType IMAPS
+TLSType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt
IMAPStore support-remote
diff --git a/mail/dot-mbsyncrc.personal b/mail/dot-mbsyncrc.personal
index 527cd52..5a21887 100644
--- a/mail/dot-mbsyncrc.personal
+++ b/mail/dot-mbsyncrc.personal
@@ -8,7 +8,7 @@ User najera.oscar@gmail.com
PassCmd "pass show google/googlemail.com/najera.oscar"
AuthMechs LOGIN
# Use SSL
-SSLType IMAPS
+TLSType IMAPS
# The following line should work. If get certificate errors, uncomment the two following lines and read the "Troubleshooting" section.
CertificateFile /etc/ssl/certs/ca-certificates.crt
#CertificateFile ~/.cert/imap.gmail.com.pem
@@ -43,7 +43,7 @@ Host mail.oscarnajera.com
User hi@oscarnajera.com
PassCmd "pass show Correos/mail.oscarnajera.com"
AuthMechs LOGIN
-SSLType IMAPS
+TLSType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt
IMAPStore hi_pers-remote
@@ -69,7 +69,7 @@ Host mail.oscarnajera.com
User kindle@oscarnajera.com
PassCmd "pass show Correos/kindle@oscarnajera.com"
AuthMechs LOGIN
-SSLType IMAPS
+TLSType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt
IMAPStore kindle-remote
@@ -95,7 +95,7 @@ Host mail.oscarnajera.com
User oscar.najera@delightfuldying.com
PassCmd "pass show WebSites/delightfuldying.com/mailbox/julie"
AuthMechs LOGIN
-SSLType IMAPS
+TLSType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt
IMAPStore dd-remote
@@ -121,7 +121,7 @@ Host mail.oscarnajera.com
User sarah@fallforward.space
PassCmd "pass show WebSites/fallforward.space/mailbox/sarah"
AuthMechs LOGIN
-SSLType IMAPS
+TLSType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt
IMAPStore ff-remote
@@ -147,7 +147,7 @@ Host mail.oscarnajera.com
User hi@arsmagna.xyz
PassCmd "pass show WebSites/arsmagna.xyz/mailbox/hello"
AuthMechs LOGIN
-SSLType IMAPS
+TLSType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt
IMAPStore am-remote
@@ -166,6 +166,37 @@ Create Both
SyncState *
Expunge Both
+###############################################################################
+# GMAIL for Nuremberg Toastmasters
+
+IMAPAccount nbgtm
+# Address to connect to
+Host imap.gmail.com
+User nuremberg.toastmasters@googlemail.com
+PassCmd "pass show orgs/NBG-TM/smtp.googlemail.com"
+AuthMechs LOGIN
+# Use SSL
+TLSType IMAPS
+# The following line should work. If get certificate errors, uncomment the two following lines and read the "Troubleshooting" section.
+CertificateFile /etc/ssl/certs/ca-certificates.crt
+
+IMAPStore nbgtm-remote
+Account nbgtm
+
+MaildirStore nbgtm-local
+# The trailing "/" is important
+Path ~/.mail/nbgtm/
+Inbox ~/.mail/nbgtm/Inbox
+SubFolders Verbatim
+
+Channel nbgtm
+Far :nbgtm-remote:
+Near :nbgtm-local:
+Patterns "INBOX" "[Google Mail]/Sent Mail"
+Create Both
+Expunge Both
+SyncState *
+
# Local Variables:
# mode: conf-unix
# End: