blob: 864974c3d51bc5026a414708774910d8c1917885 (
plain) (
blame)
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
|
IMAPAccount UQAM
Host outlook.office365.com
User kavanagh.ryan@uqam.ca
PassCmd "mutt_oauth2.py --encryption-pipe='cat' --decryption-pipe='cat' ~/.config/neomutt/accounts/kavanagh.ryan.uqam.ca/xoauth2-token"
AuthMechs XOAUTH2
SSLType IMAPS
IMAPAccount queensu
Host outlook.office365.com
User 9rak@queensu.ca
PassCmd "~/bin/mutt_oauth2.py --client-id="08162f7c-0fd2-4200-a84a-f25a4db0b584" --client-secret="TxRBilcHdC6WGBee]fs?QR:SJ8nI[g82" --encryption-pipe="cat" --decryption-pipe="cat" ~/.config/neomutt/accounts/9rak.queensu.ca/xoauth2-token"
AuthMechs XOAUTH2
SSLType IMAPS
IMAPAccount mcgill
Host outlook.office365.com
User ryan.kavanagh@mail.mcgill.ca
PassCmd "~/bin/mutt_oauth2.py --client-id="08162f7c-0fd2-4200-a84a-f25a4db0b584" --client-secret="TxRBilcHdC6WGBee]fs?QR:SJ8nI[g82" --encryption-pipe="cat" --decryption-pipe="cat" ~/.config/neomutt/accounts/ryan.kavanagh.mail.mcgill.ca/xoauth2-token"
AuthMechs XOAUTH2
SSLType IMAPS
IMAPAccount CMU
Host imap.gmail.com
User rkavanag@alumni.cmu.edu
Pass {{ .password.cmu }}
AuthMechs PLAIN
SSLType IMAPS
IMAPAccount gmail
Host imap.gmail.com
User ryanakca@gmail.com
Pass {{ .password.gmail }}
AuthMechs PLAIN
SSLType IMAPS
IMAPAccount rak
Host imap.rak.ac
User rak
Pass {{ .password.rakac }}
AuthMechs PLAIN
SSLType IMAPS
IMAPStore uqam-remote
Account UQAM
IMAPStore queensu-remote
Account queensu
IMAPStore mcgill-remote
Account mcgill
IMAPStore cmu-remote
Account CMU
IMAPStore rak-remote
Account rak
IMAPStore gmail-remote
Account gmail
MaildirStore uqam-maildir
Subfolders Verbatim
Path ~/Maildir/UQAM/
Inbox ~/Maildir/UQAM/INBOX
MaildirStore cmu-maildir
Subfolders Verbatim
Path ~/Maildir/CMU/
Inbox ~/Maildir/CMU/INBOX
MaildirStore rak-maildir
Subfolders Verbatim
Path ~/Maildir/rak/
Inbox ~/Maildir/rak/INBOX
MaildirStore queensu-maildir
Subfolders Verbatim
Path ~/Maildir/queensu/
Inbox ~/Maildir/queensu/INBOX
MaildirStore mcgill-maildir
Subfolders Verbatim
Path ~/Maildir/mcgill/
Inbox ~/Maildir/mcgill/INBOX
MaildirStore gmail-maildir
Subfolders Verbatim
Path ~/Maildir/gmail/
Inbox ~/Maildir/gmail/INBOX
Channel uqam-inbox
Far :uqam-remote:
Near :uqam-maildir:
Create Both
Patterns INBOX
Expunge Near
Sync All
Channel uqam-others
Far :uqam-remote:
Near :uqam-maildir:
Create Both
Patterns * !Calendar !Calendar/* !Contacts !"Conversation History" !"Deleted Items" !"Flux RSS" !Journal !Notes !Outbox !Probl*
Expunge Near
Sync All
Channel queensu
Far :queensu-remote:
Near :queensu-maildir:
Create Both
Patterns * !Calendar !Calendar/* !Contacts !"Conversation History" !"Deleted Items" !"Flux RSS" !Journal !Notes !Outbox
Expunge Both
Sync All
Channel mcgill
Far :mcgill-remote:
Near :mcgill-maildir:
Create Near
Patterns * !Calendar !Calendar/* !Contacts !"Conversation History" !"Deleted Items" !"Flux RSS" !Journal !Notes !Outbox
Expunge Near
Sync Pull
Channel cmu
Far :cmu-remote:
Near :cmu-maildir:
Create Both
Expunge Near
Patterns * !"[Gmail]/All Mail" !"[Gmail]/Important" !"[Gmail]/Starred" !"[Gmail]/Bin"
Sync All
Channel rak-inbox
Far :rak-remote:
Near :rak-maildir:
Create Both
Expunge Near
Patterns INBOX
Sync All
Channel rak-lists
Far :rak-remote:
Near :rak-maildir:
Create Both
Expunge Near
Patterns Lists/*
Sync All
Channel rak-misc
Far :rak-remote:
Near :rak-maildir:
Create Both
Expunge Near
Patterns * !Archive !Virtual !Virtual/* !INBOX !Lists !Lists/*
Sync All
Group rak
Channel rak-inbox
Channel rak-lists
Channel rak-misc
Channel gmail-inbox
Far :gmail-remote:
Near :gmail-maildir:
Create Near
Expunge Near
Pattern INBOX
Sync Pull
Channel gmail-base
Far :gmail-remote:
Near :gmail-maildir:
Create Near
Expunge Near
Pattern INBOX "[Google Mail]/Sent Mail" "[Google Mail]/Drafts" "[Google Mail]/Bin"
Sync Pull
Channel gmail-others
Far :gmail-remote:
Near :gmail-maildir:
Create Near
Expunge Near
Pattern * !INBOX !"[Google Mail]/Sent Mail" !"[Google Mail]/Drafts" !"[Google Mail]/Bin" !"[Google Mail]/All Mail"
Sync Pull
Group inboxes
Channel gmail-inbox
Channel rak-inbox
Channel uqam-inbox
|