Skip to content

Commit

Permalink
Replace SSLType to TLSType
Browse files Browse the repository at this point in the history
  • Loading branch information
tshu-w committed Aug 23, 2024
1 parent 0b88bf1 commit 7ff79a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/isync/mbsyncrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Host imap.fastmail.com
User [email protected]
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
Expand All @@ -27,7 +27,7 @@ IMAPAccount iscas
Host mail.cstnet.cn
User [email protected]
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
Expand Down

0 comments on commit 7ff79a5

Please sign in to comment.