diff options
author | Tharre <tharre3@gmail.com> | 2017-03-26 01:54:38 +0100 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2017-03-26 01:54:38 +0100 |
commit | e1c90590177d3431dd118a105656b793ee010483 (patch) | |
tree | ac4d053092001d8db366dcda5266eed3ab9711f1 /.mbsyncrc | |
parent | 65d4f4a835b06b170d664f5b65e7e8027893106a (diff) | |
download | dotfiles-e1c90590177d3431dd118a105656b793ee010483.tar.gz dotfiles-e1c90590177d3431dd118a105656b793ee010483.tar.xz dotfiles-e1c90590177d3431dd118a105656b793ee010483.zip |
isync: use deprecated imaps: prefix
Diffstat (limited to '.mbsyncrc')
-rw-r--r-- | .mbsyncrc | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,8 +1,10 @@ IMAPAccount tharre3@gmail.com -Host imap.gmail.com +# prefix with imaps: is deprecated - however the alternative SSLType isn't +# widely supported at this time +Host imaps:imap.gmail.com User tharre3@gmail.com PassCmd "~/.req_pwd.sh email/tharre3@gmail.com" -SSLType IMAPS +# SSLType IMAPS SSLVersion TLSv1.2 CertificateFile /etc/ssl/certs/ca-certificates.crt |