diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2025-11-04 20:30:36 +0000 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2025-11-04 20:30:36 +0000 |
| commit | c4a8fcba38698e4924e9e654e56f37de71e2353b (patch) | |
| tree | d2265f502d994b20282406205fa75dbe48a48de1 /.mbsyncrc | |
| parent | de28f72dc70e9f0ce45a4836c9e97a2e94c64862 (diff) | |
Initial commit
Diffstat (limited to '.mbsyncrc')
| -rw-r--r-- | .mbsyncrc | 48 |
1 files changed, 48 insertions, 0 deletions
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 * |
