summaryrefslogtreecommitdiff
path: root/.config/isyncrc
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-08-21 20:12:21 +0300
committerThanos Apollo <[email protected]>2024-08-21 20:12:21 +0300
commit9c2ed4189c04d62faf58bda6769680fe4de20e3d (patch)
tree87eddd209d96f05a3fc95bd28fd877df256494bb /.config/isyncrc
parenta8ffcc0f2cf448c425db455fc061b12ff2ae623c (diff)
Update isync configuration.
* Use ~/.config/isyncrc * Update to TLSType & TLSVersions
Diffstat (limited to '.config/isyncrc')
-rw-r--r--.config/isyncrc55
1 files changed, 55 insertions, 0 deletions
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
+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
+PassCmd "pass forwardemail/[email protected]"
+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