From c4a8fcba38698e4924e9e654e56f37de71e2353b Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Tue, 4 Nov 2025 20:30:36 +0000 Subject: Initial commit --- .mbsyncrc | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 .mbsyncrc (limited to '.mbsyncrc') diff --git a/.mbsyncrc b/.mbsyncrc new file mode 100644 index 0000000..b36cc0f --- /dev/null +++ b/.mbsyncrc @@ -0,0 +1,48 @@ +IMAPStore gmail-remote +Host imap.gmail.com +AuthMechs LOGIN +User justinesmithies@gmail.com +PassCmd "pass Email/justinesmithies@gmail.com/app-password" +TLSType IMAPS +TLSVersions +1.2 +#SSLType IMAPS +#SSLVersions TLSv1.2 + +MaildirStore gmail-local +Path ~/.mail/gmail/ +Inbox ~/.mail/gmail/INBOX +Subfolders Verbatim + +Channel gmail +Far :gmail-remote: +Near :gmail-local: +Expunge Both +Create Both +Remove Both +Patterns * !"[Gmail]/All Mail" !"[Gmail]/Important" !"[Gmail]/Starred" +SyncState * + +IMAPStore fastmail-remote +Host imap.fastmail.com +Port 993 +AuthMechs LOGIN +User justine@smithies.me.uk +PassCmd "pass Email/Smithies/app-password" +TLSType IMAPS +TLSVersions +1.2 +#SSLType IMAPS +#SSLVersions TLSv1.2 + +MaildirStore fastmail-local +Path ~/.mail/Fastmail/ +Inbox ~/.mail/Fastmail/Inbox +SubFolders Verbatim + +Channel fastmail +Far :fastmail-remote: +Near :fastmail-local: +Patterns * +Expunge Both +Create Both +Remove Both +SyncState * -- cgit v1.2.3