Last active
June 16, 2022 20:17
-
-
Save tknv/b1f3cc4c59cd5088dad74e425bb1a33f to your computer and use it in GitHub Desktop.
isync office365
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| IMAPAccount work | |
| Host outlook.office365.com | |
| User [email protected] | |
| PassCmd "pass mail/work-gpg" | |
| UseIMAPS yes | |
| CertificateFile /etc/ssl/certs/ca-certificates.crt | |
| IMAPStore work-remote | |
| Account work | |
| MaildirStore work-local | |
| Path ~/mail/work/ | |
| Inbox ~/mail/work/Inbox | |
| Channel work | |
| Master :work-remote: | |
| Slave :work-local: | |
| # Include everything | |
| Patterns "INBOX" "*" | |
| # Automatically create missing mailboxes, both locally and on the server | |
| Create Both | |
| Sync All | |
| # Save the synchronization state files in the relevant directory | |
| SyncState * |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@vnckppl I've resolved my issue, I was copying over the wrong secret thingie :S.