diff options
Diffstat (limited to '.config/isyncrc')
-rw-r--r-- | .config/isyncrc | 55 |
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 +User [email protected] +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 [email protected] +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 |