dotfiles/mbsync/.mbsyncrc
Sanchayan Maity a18ada98e4
mbsync/msmtp/notmuch: Add email accounts for our own domains
Switch to Migadu for our own domains. Migadu mandates
bringing your own domain for email and as such we can
now have separate mail boxes for both our .com & .net
domains. We will drop fastmail once our plan expires.
2024-11-05 14:12:02 +05:30

122 lines
2.4 KiB
Text

Create Near
Expunge Both
SyncState *
IMAPAccount sanchayan-net
Host imap.migadu.com
Port 993
User me@sanchayanmaity.net
PassCmd "pass show migadu/sanchayanmaity.net"
TLSType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt
IMAPStore sanchayan-net-remote
Account sanchayan-net
MaildirStore sanchayan-net-local
SubFolders Verbatim
Path "~/Mail/sanchayan-net/"
Inbox "~/Mail/sanchayan-net/Inbox"
Channel sanchayan-net
Far :sanchayan-net-remote:
Near :sanchayan-net-local:
Patterns *
Expunge None
CopyArrivalDate yes
Sync All
Create Near
SyncState *
IMAPAccount sanchayan-com
Host imap.migadu.com
Port 993
User me@sanchayanmaity.com
PassCmd "pass show migadu/sanchayanmaity.com"
TLSType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt
IMAPStore sanchayan-com-remote
Account sanchayan-com
MaildirStore sanchayan-com-local
SubFolders Verbatim
Path "~/Mail/sanchayan-com/"
Inbox "~/Mail/sanchayan-com/Inbox"
Channel sanchayan-com
Far :sanchayan-com-remote:
Near :sanchayan-com-local:
Patterns *
Expunge None
CopyArrivalDate yes
Sync All
Create Near
SyncState *
IMAPAccount fastmail
Host imap.fastmail.com
Port 993
User maitysanchayan@fastmail.com
PassCmd "pass show apppass/fastmail"
TLSType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt
IMAPStore fastmail-remote
Account fastmail
MaildirStore fastmail-local
SubFolders Verbatim
Path "~/Mail/fastmail/"
Inbox "~/Mail/fastmail/Inbox"
Channel fastmail
Far :fastmail-remote:
Near :fastmail-local:
Patterns *
Expunge None
CopyArrivalDate yes
Sync All
Create Near
SyncState *
IMAPAccount asymptotic
Host imap.gmail.com
Port 993
User sanchayan@asymptotic.io
PassCmd "pass show apppass/asymptotic"
TLSType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt
IMAPStore asymptotic-remote
Account asymptotic
MaildirStore asymptotic-local
SubFolders Verbatim
Path "~/Mail/asymptotic/"
Inbox "~/Mail/asymptotic/Inbox"
Channel asymptotic
Far :asymptotic-remote:
Near :asymptotic-local:
Patterns * !Sent !Trash ![Gmail]* "[Gmail]/Sent Mail" "[Gmail]/Starred" "[Gmail]/All Mail"
IMAPAccount gmail
Host imap.gmail.com
User maitysanchayan@gmail.com
PassCmd "pass show apppass/sanchayan"
TLSType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt
IMAPStore gmail-remote
Account gmail
MaildirStore gmail-local
Subfolders Verbatim
Path "~/Mail/sanchayan/"
Inbox "~/Mail/sanchayan/Inbox"
Channel gmail
Far :gmail-remote:
Near :gmail-local:
Patterns * ![Gmail]* "[Gmail]/Sent Mail" "[Gmail]/Starred" "[Gmail]/All Mail"