aboutsummaryrefslogtreecommitdiffstats
path: root/mail/dot-mbsyncrc.personal
diff options
context:
space:
mode:
authorOscar Najera <hi@oscarnajera.com>2024-07-26 19:00:47 +0200
committerOscar Najera <hi@oscarnajera.com>2024-07-26 19:00:47 +0200
commit2128219439999913a116b9620755bb3284a32469 (patch)
treed0492591b063dd32cadec9502ca507d48a2dcef4 /mail/dot-mbsyncrc.personal
parent0ceb6b46a657c312d58e886fbfe105110bfbe774 (diff)
downloaddotfiles-2128219439999913a116b9620755bb3284a32469.tar.gz
dotfiles-2128219439999913a116b9620755bb3284a32469.tar.bz2
dotfiles-2128219439999913a116b9620755bb3284a32469.zip
Setup Nuremberg Toastmasters emails
Diffstat (limited to 'mail/dot-mbsyncrc.personal')
-rw-r--r--mail/dot-mbsyncrc.personal31
1 files changed, 31 insertions, 0 deletions
diff --git a/mail/dot-mbsyncrc.personal b/mail/dot-mbsyncrc.personal
index 527cd52..dce4bea 100644
--- a/mail/dot-mbsyncrc.personal
+++ b/mail/dot-mbsyncrc.personal
@@ -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
+SSLType 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: