From 06d1242317f7159ccf3014f0a1480e7c56236ebb Mon Sep 17 00:00:00 2001 From: Mohammad Reza Karimi Date: Sun, 4 Jan 2026 21:28:36 -0500 Subject: add all sorts of things --- email/dot-config/isyncrc | 50 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 email/dot-config/isyncrc (limited to 'email/dot-config/isyncrc') diff --git a/email/dot-config/isyncrc b/email/dot-config/isyncrc new file mode 100644 index 0000000..e57ece5 --- /dev/null +++ b/email/dot-config/isyncrc @@ -0,0 +1,50 @@ +IMAPAccount mit +Host outlook.office365.com +User moreka@mit.edu +PassCmd "oama access moreka@mit.edu" +Port 993 +AuthMechs XOAUTH2 +TLSType IMAPS + +IMAPStore mit-remote +Account mit + +MaildirStore mit-local +SubFolders Verbatim +Path /home/moreka/.local/share/mail/mit/ +Inbox /home/moreka/.local/share/mail/mit/INBOX + +Channel sync-mit-sent +Far :mit-remote:"Sent\ Items" +Near :mit-local:Sent +Create Near +SyncState * + +Channel sync-mit-deleted +Far :mit-remote:"Deleted\ Items" +Near :mit-local:Deleted +Create Near +Expunge Both +SyncState * + +Channel sync-mit-junk +Far :mit-remote:"Junk\ Email" +Near :mit-local:Spam +Create Near +Expunge Both +SyncState * + +Channel sync-mit-default +Far :mit-remote: +Near :mit-local: +Patterns "INBOX" "Archive" "Drafts" +Create Near +Expunge Both +SyncState * +ExpireUnread no + +Group mit +Channel sync-mit-default +Channel sync-mit-sent +Channel sync-mit-deleted +Channel sync-mit-junk -- cgit v1.2.3-71-gdd5e