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 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 .config/isyncrc (limited to '.config/isyncrc') 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 -- cgit v1.2.3