From 9c2ed4189c04d62faf58bda6769680fe4de20e3d Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Wed, 21 Aug 2024 20:12:21 +0300 Subject: Update isync configuration. * Use ~/.config/isyncrc * Update to TLSType & TLSVersions --- .config/isyncrc | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ .mbsyncrc | 55 ------------------------------------------------------- 2 files changed, 55 insertions(+), 55 deletions(-) create mode 100644 .config/isyncrc delete mode 100644 .mbsyncrc diff --git a/.config/isyncrc b/.config/isyncrc new file mode 100644 index 0000000..bafe8c9 --- /dev/null +++ b/.config/isyncrc @@ -0,0 +1,55 @@ +IMAPAccount gmail +Host imap.gmail.com +Port 993 +User 104111@students.mu-sofia.bg +PassCmd "pass google/musofia/smtp" +TLSType IMAPS +TLSVersions +1.2 +CertificateFile /etc/ssl/certs/ca-certificates.crt + +IMAPStore gmail-remote +Account gmail + +MaildirStore gmail-local +Path ~/Mail/MUSofia/ +Inbox ~/Mail/MUSofia/Inbox +Trash ~/Mail/MUSofia/Trash +SubFolders Verbatim + +Channel gmail +Far :gmail-remote: +Near :gmail-local: +Patterns * +Expunge None +CopyArrivalDate yes +Sync All +Create Both +SyncState * + +IMAPAccount forwardemail +Host imap.forwardemail.net +Port 993 +User public@thanosapollo.org +PassCmd "pass forwardemail/public@thanosapollo.org" +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/ +Inbox ~/Mail/Forwardemail/public-org/Inbox +Trash ~/Mail/Forwardemail/public-org/Trash +SubFolders Verbatim + +Channel forwardemail +Far :forwardemail-remote: +Near :forwardemail-local: +Patterns * +Expunge None +CopyArrivalDate yes +Sync All +Create Both +SyncState * \ No newline at end of file diff --git a/.mbsyncrc b/.mbsyncrc deleted file mode 100644 index 6f4574c..0000000 --- a/.mbsyncrc +++ /dev/null @@ -1,55 +0,0 @@ -IMAPAccount gmail -Host imap.gmail.com -Port 993 -User 104111@students.mu-sofia.bg -PassCmd "pass google/musofia/smtp" -SSLType IMAPS -SSLVersions TLSv1.2 -CertificateFile /etc/ssl/certs/ca-certificates.crt - -IMAPStore gmail-remote -Account gmail - -MaildirStore gmail-local -Path ~/Mail/MUSofia/ -Inbox ~/Mail/MUSofia/Inbox -Trash ~/Mail/MUSofia/Trash -SubFolders Verbatim - -Channel gmail -Far :gmail-remote: -Near :gmail-local: -Patterns * -Expunge None -CopyArrivalDate yes -Sync All -Create Both -SyncState * - -IMAPAccount forwardemail -Host imap.forwardemail.net -Port 993 -User public@thanosapollo.org -PassCmd "pass forwardemail/public@thanosapollo.org" -SSLType IMAPS -SSLVersions TLSv1.2 -CertificateFile /etc/ssl/certs/ca-certificates.crt - -IMAPStore forwardemail-remote -Account forwardemail - -MaildirStore forwardemail-local -Path ~/Mail/Forwardemail/public-org -Inbox ~/Mail/Forwardemail/public-org/Inbox -Trash ~/Mail/Forwardemail/public-org/Trash -SubFolders Verbatim - -Channel forwardemail -Far :forwardemail-remote: -Near :forwardemail-local: -Patterns * -Expunge None -CopyArrivalDate yes -Sync All -Create Both -SyncState * \ No newline at end of file -- cgit v1.2.3