From 7ff79a57e4518fefd717c03480b25d8ac8f0679a Mon Sep 17 00:00:00 2001 From: Tianshu Wang Date: Fri, 23 Aug 2024 14:25:44 +0800 Subject: [PATCH] Replace SSLType to TLSType --- config/isync/mbsyncrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/isync/mbsyncrc b/config/isync/mbsyncrc index ffa5abe..1d26de9 100644 --- a/config/isync/mbsyncrc +++ b/config/isync/mbsyncrc @@ -6,7 +6,7 @@ Host imap.fastmail.com User wangtianshu@fastmail.com Passcmd "gpg -q --for-your-eyes-only --no-tty -d ~/.authinfo.gpg | awk '$2==\"smtp.fastmail.com\" {print $8;exit(0)}'" AuthMechs LOGIN -SSLType IMAPS +TLSType IMAPS IMAPStore fastmail-remote Account fastmail @@ -27,7 +27,7 @@ IMAPAccount iscas Host mail.cstnet.cn User tianshu2020@iscas.ac.cn PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.authinfo.gpg | awk '$2==\"mail.cstnet.cn\" {print $8;exit(0)}'" -SSLType IMAPS +TLSType IMAPS IMAPStore iscas-remote Account iscas