diff options
| author | Mohammad Reza Karimi <m.r.karimi.j@gmail.com> | 2026-01-04 21:28:36 -0500 |
|---|---|---|
| committer | Mohammad Reza Karimi <m.r.karimi.j@gmail.com> | 2026-01-04 21:28:36 -0500 |
| commit | 06d1242317f7159ccf3014f0a1480e7c56236ebb (patch) | |
| tree | 89863b3287ae2c7cc88cd532220f18c38e8d8657 /email/dot-config/isyncrc | |
| parent | 5a41da5881a11ba3fdc3890c342aa3b7eb53e0cf (diff) | |
add all sorts of things
Diffstat (limited to 'email/dot-config/isyncrc')
| -rw-r--r-- | email/dot-config/isyncrc | 50 |
1 files changed, 50 insertions, 0 deletions
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 |
