From 940de6c956fb23f55d1d99c64db54ad54569dc0e Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Mon, 6 Jan 2025 21:07:49 +0000 Subject: Changed from SSL to TLS and removed unrequired forward slash from Inbox path ending. --- .mbsyncrc | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.mbsyncrc b/.mbsyncrc index 0a97289..ec6c609 100644 --- a/.mbsyncrc +++ b/.mbsyncrc @@ -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 -- cgit v1.2.3