diff options
author | Justine Smithies <justine@smithies.me.uk> | 2025-01-06 21:07:49 +0000 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2025-01-06 21:07:49 +0000 |
commit | 940de6c956fb23f55d1d99c64db54ad54569dc0e (patch) | |
tree | abd3dccd8381c71dc9609acdd4db274cdc8371d2 | |
parent | 50da50e75115de55f2af488f3890052862a472a1 (diff) |
Changed from SSL to TLS and removed unrequired forward slash from Inbox path ending.
-rw-r--r-- | .mbsyncrc | 15 |
1 files changed, 9 insertions, 6 deletions
@@ -3,9 +3,9 @@ Host imap.gmail.com AuthMechs LOGIN User justinesmithies@gmail.com PassCmd "pass Email/justinesmithies@gmail.com/app-password" -#TLSType IMAPS -SSLType IMAPS -SSLVersions TLSv1.2 +TLSType IMAPS +#SSLType IMAPS +#SSLVersions TLSv1.2 MaildirStore gmail-local Path ~/.mail/gmail/ @@ -24,14 +24,17 @@ SyncState * IMAPStore fastmail-remote Host imap.fastmail.com Port 993 +AuthMechs LOGIN User justine@smithies.me.uk PassCmd "pass Email/Smithies/app-password" -SSLType IMAPS -SSLVersions TLSv1.2 +TLSType IMAPS +TLSVersions +1.2 +#SSLType IMAPS +#SSLVersions TLSv1.2 MaildirStore fastmail-local Path ~/.mail/Fastmail/ -Inbox ~/.mail/Fastmail/Inbox/ +Inbox ~/.mail/Fastmail/Inbox SubFolders Verbatim Channel fastmail |