diff options
author | Thanos Apollo <[email protected]> | 2024-08-21 20:12:21 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-08-21 20:12:21 +0300 |
commit | 9c2ed4189c04d62faf58bda6769680fe4de20e3d (patch) | |
tree | 87eddd209d96f05a3fc95bd28fd877df256494bb | |
parent | a8ffcc0f2cf448c425db455fc061b12ff2ae623c (diff) |
Update isync configuration.
* Use ~/.config/isyncrc
* Update to TLSType & TLSVersions
-rw-r--r-- | .config/isyncrc (renamed from .mbsyncrc) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.mbsyncrc b/.config/isyncrc index 6f4574c..bafe8c9 100644 --- a/.mbsyncrc +++ b/.config/isyncrc @@ -3,8 +3,8 @@ Host imap.gmail.com Port 993 User [email protected] PassCmd "pass google/musofia/smtp" -SSLType IMAPS -SSLVersions TLSv1.2 +TLSType IMAPS +TLSVersions +1.2 CertificateFile /etc/ssl/certs/ca-certificates.crt IMAPStore gmail-remote @@ -31,15 +31,15 @@ Host imap.forwardemail.net Port 993 User [email protected] PassCmd "pass forwardemail/[email protected]" -SSLType IMAPS -SSLVersions TLSv1.2 +TLSType IMAPS +TLSVersions +1.2 CertificateFile /etc/ssl/certs/ca-certificates.crt IMAPStore forwardemail-remote Account forwardemail MaildirStore forwardemail-local -Path ~/Mail/Forwardemail/public-org +Path ~/Mail/Forwardemail/public-org/ Inbox ~/Mail/Forwardemail/public-org/Inbox Trash ~/Mail/Forwardemail/public-org/Trash SubFolders Verbatim |