-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmbsyncrc.symlink
72 lines (59 loc) · 1.43 KB
/
mbsyncrc.symlink
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# --------------------------------------------------------------------
# Global options
FSync no
SyncState *
Create Near
CopyArrivalDate yes
Expunge Both
# --------------------------------------------------------------------
# Personal account at HPE
IMAPAccount hpe
Host outlook.office365.com
User [email protected]
# Run:
# rm -r ~/.local/share/oauth2token/microsoft
# OAUTHLIB_RELAX_TOKEN_SCOPE=1 ~/venv/mail/bin/oauth2create microsoft [email protected]
PassCmd "~/venv/mail/bin/oauth2get microsoft [email protected]"
SSLType IMAPS
AuthMechs XOAUTH2
IMAPStore hpe-remote
Account hpe
MaildirStore hpe-local
Path ~/Mail/hpe/
Inbox ~/Mail/hpe/Inbox
SubFolders Verbatim
Channel hpe-inbox
Far :hpe-remote:
Near :hpe-local:
Patterns INBOX
Channel hpe-drafts
Far :hpe-remote:"Drafts"
Near :hpe-local:Drafts
Channel hpe-sent
Far :hpe-remote:"Sent Items"
Near :hpe-local:Sent
Channel hpe-deleted
Far :hpe-remote:"Deleted Items"
Near :hpe-local:Deleted
Channel hpe-junk
Far :hpe-remote:"Junk Email"
Near :hpe-local:Junk
Channel hpe-meetings
Far :hpe-remote:"Meetings"
Near :hpe-local:Meetings
Channel hpe-github
Far :hpe-remote:"Github"
Near :hpe-local:Github
Channel hpe-jira
Far :hpe-remote:"JIRA"
Near :hpe-local:JIRA
# Get all the channels together into a group.
Group hpe
Channel hpe-inbox
Channel hpe-drafts
Channel hpe-sent
Channel hpe-deleted
Channel hpe-junk
Channel hpe-meetings
Channel hpe-github
Channel hpe-jira