From e5efb957c622f00d1a797052bbad498777f1238b Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Thu, 8 Aug 2024 09:29:01 +0200 Subject: isync: update config xdg compliant config file location, SSLType->TLSType, better pass hierarchy --- .config/isyncrc | 129 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 129 insertions(+) create mode 100644 .config/isyncrc (limited to '.config/isyncrc') diff --git a/.config/isyncrc b/.config/isyncrc new file mode 100644 index 0000000..b4c8fd3 --- /dev/null +++ b/.config/isyncrc @@ -0,0 +1,129 @@ +IMAPStore ceng_argor-remote +Host imap.ceng.metu.edu.tr +Port 993 +User yigit +PassCmd "pass metu/ceng/argor" +AuthMechs LOGIN +TLSType IMAPS +CertificateFile /etc/ssl/certs/ca-certificates.crt + +MaildirStore ceng_argor-local +Subfolders Verbatim +Path ~/.local/share/mail/ceng_argor/ +Inbox ~/.local/share/mail/ceng_argor/INBOX +Flatten . + +Channel ceng_argor +Expunge Both +Far :ceng_argor-remote: +Near :ceng_argor-local: +Patterns * +Create Both +SyncState * +MaxMessages 0 +ExpireUnread no +# End profile + +IMAPStore metu_argor-remote +Host imap.metu.edu.tr +Port 993 +User ysever +PassCmd "pass metu/personel" +AuthMechs LOGIN +TLSType IMAPS +CertificateFile /etc/ssl/certs/ca-certificates.crt + +MaildirStore metu_argor-local +Subfolders Verbatim +Path ~/.local/share/mail/metu_argor/ +Inbox ~/.local/share/mail/metu_argor/INBOX +Flatten . + +Channel metu_argor +Expunge Both +Far :metu_argor-remote: +Near :metu_argor-local: +Patterns * +Create Both +SyncState * +MaxMessages 0 +ExpireUnread no +# End profile + +IMAPStore ceng_stu-remote +Host imap.ceng.metu.edu.tr +Port 993 +User e2482057 +PassCmd "pass metu/ceng/student" +AuthMechs LOGIN +TLSType IMAPS +CertificateFile /etc/ssl/certs/ca-certificates.crt + +MaildirStore ceng_stu-local +Subfolders Verbatim +Path ~/.local/share/mail/ceng_stu/ +Inbox ~/.local/share/mail/ceng_stu/INBOX +Flatten . + +Channel ceng_stu +Expunge Both +Far :ceng_stu-remote: +Near :ceng_stu-local: +Patterns * +Create Both +SyncState * +MaxMessages 0 +ExpireUnread no +# End profile + +IMAPStore metu_stu-remote +Host imap.metu.edu.tr +Port 993 +User e248205 +PassCmd "pass metu/student" +AuthMechs LOGIN +TLSType IMAPS +CertificateFile /etc/ssl/certs/ca-certificates.crt + +MaildirStore metu_stu-local +Subfolders Verbatim +Path ~/.local/share/mail/metu_stu/ +Inbox ~/.local/share/mail/metu_stu/INBOX +Flatten . + +Channel metu_stu +Expunge Both +Far :metu_stu-remote: +Near :metu_stu-local: +Patterns * +Create Both +SyncState * +MaxMessages 0 +ExpireUnread no +# End profile + +IMAPStore xyz-remote +Host mail.yigitsever.com +Port 993 +User yigit +PassCmd "pass xyz/mail" +AuthMechs LOGIN +TLSType IMAPS +CertificateFile /etc/ssl/certs/ca-certificates.crt + +MaildirStore xyz-local +Subfolders Verbatim +Path ~/.local/share/mail/xyz/ +Inbox ~/.local/share/mail/xyz/INBOX + +Channel xyz +Expunge Both +Far :xyz-remote: +Near :xyz-local: +Remove Both +Patterns * +Create Both +SyncState * +MaxMessages 0 +ExpireUnread no +# End profile -- cgit v1.2.3-70-g09d2