diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-11 15:59:40 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-11 15:59:40 +0200 |
commit | f4d4004b670809d1d01eb6436d767195099589ee (patch) | |
tree | a4eb01698cd6746d910fa7d010a1682a65b89eed | |
parent | 0cbd886b68c9284009aaba2fd54b64fa7f14e334 (diff) |
isync: Add isync configuration
-rw-r--r-- | .config/isync/mbsyncrc | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/.config/isync/mbsyncrc b/.config/isync/mbsyncrc new file mode 100644 index 0000000..a5ee4d2 --- /dev/null +++ b/.config/isync/mbsyncrc @@ -0,0 +1,61 @@ +Create Both +Expunge Both +SyncState * + +# mail@thomasvoss.com + +IMAPStore default-remote +Host imap.migadu.com +User mail@thomasvoss.com +PassCmd "enchive extract < /home/thomas/.local/share/vault/mail/mail@thomasvoss.com" +SSLType IMAPS +CertificateFile /etc/ssl/certs/ca-certificates.crt + +MaildirStore default-local +Path ~/mail/mail@thomasvoss.com/ +Inbox ~/mail/mail@thomasvoss.com/Inbox +SubFolders Verbatim + +Channel default +Far :default-remote: +Near :default-local: +Patterns * + +# thomasvoss@live.com + +IMAPStore legacy-remote +Host outlook.office365.com +User thomasvoss@live.com +PassCmd "enchive extract < /home/thomas/.local/share/vault/mail/thomasvoss@live.com" +Port 993 +SSLType IMAPS +CertificateFile /etc/ssl/certs/ca-certificates.crt + +MaildirStore legacy-local +Path ~/mail/thomasvoss@live.com/ +Inbox ~/mail/thomasvoss@live.com/Inbox +SubFolders Verbatim + +Channel legacy +Far :legacy-remote: +Near :legacy-local: +Patterns * + +# thomas.voss@humanwave.nl + +IMAPStore humanwave-remote +Host imap.gmail.com +User thomas.voss@humanwave.nl +PassCmd "enchive extract < /home/thomas/.local/share/vault/mail/thomas.voss@humanwave.nl" +SSLType IMAPS +CertificateFile /etc/ssl/certs/ca-certificates.crt + +MaildirStore humanwave-local +Path ~/mail/thomas.voss@humanwave.nl/ +Inbox ~/mail/thomas.voss@humanwave.nl/Inbox +SubFolders Verbatim + +Channel humanwave +Far :humanwave-remote: +Near :humanwave-local: +Patterns * |