mbsync: SSLType is deprecated and TLSType is to be used

This commit is contained in:
Sanchayan Maity 2024-08-20 10:51:05 +05:30
parent c4f2f0baa9
commit 86b187c64a
Signed by: sanchayanmaity
GPG key ID: 6F6A0609C12038F3

View file

@ -7,7 +7,7 @@ Host imap.fastmail.com
Port 993
User maitysanchayan@fastmail.com
PassCmd "pass show apppass/fastmail"
SSLType IMAPS
TLSType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt
IMAPStore fastmail-remote
@ -33,7 +33,7 @@ Host imap.gmail.com
Port 993
User sanchayan@asymptotic.io
PassCmd "pass show apppass/asymptotic"
SSLType IMAPS
TLSType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt
IMAPStore asymptotic-remote
@ -53,7 +53,7 @@ IMAPAccount gmail
Host imap.gmail.com
User maitysanchayan@gmail.com
PassCmd "pass show apppass/sanchayan"
SSLType IMAPS
TLSType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt
IMAPStore gmail-remote