mbsync: SSLType is deprecated and TLSType is to be used
This commit is contained in:
parent
c4f2f0baa9
commit
86b187c64a
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue