-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.mbsync
211 lines (178 loc) · 4.27 KB
/
.mbsync
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
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
# -*- conf -*-
IMAPAccount Gmail
Host imap.gmail.com
User [email protected]
PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.authinfo.gpg | awk '/machine imap.gmail.com login [email protected]/ {print $NF}'"
AuthMechs LOGIN
TLSType IMAPS
TLSVersions +1.2
CertificateFile /usr/local/etc/[email protected]/cert.pem
MaildirStore Gmail-local
Path ~/Mail/Gmail/
Inbox ~/Mail/Gmail/Inbox
SubFolders Verbatim
IMAPStore Gmail-remote
Account Gmail
Channel Gmail-inbox
Far :Gmail-remote:"INBOX"
Near :Gmail-local:"INBOX"
CopyArrivalDate yes
Create Both
Expunge Both
SyncState *
Channel Gmail-trash
Far :Gmail-remote:"[Gmail]/Trash"
Near :Gmail-local:"Trash"
CopyArrivalDate yes
Create Both
Expunge Both
SyncState *
Channel Gmail-spam
Far :Gmail-remote:"[Gmail]/Spam"
Near :Gmail-local:"Spam"
CopyArrivalDate yes
Create Both
Expunge Both
SyncState *
Channel Gmail-all
Far :Gmail-remote:"[Gmail]/All Mail"
Near :Gmail-local:"Archive"
CopyArrivalDate yes
Create Both
Expunge Both
SyncState *
Channel Gmail-drafts
Far :Gmail-remote:"[Gmail]/Drafts"
Near :Gmail-local:"Drafts"
CopyArrivalDate yes
Create Both
Expunge Both
SyncState *
Group Gmail
Channel Gmail-inbox
Channel Gmail-trash
Channel Gmail-all
Channel Gmail-spam
Channel Gmail-drafts
######################################################################
IMAPAccount GMX
Host imap.gmx.com
User [email protected]
PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.authinfo.gpg | awk '/machine imap.gmx.com login [email protected]/ {print $NF}'"
AuthMechs LOGIN
TLSType IMAPS
SSLVersion +1.2
CertificateFile /usr/local/etc/[email protected]/cert.pem
MaildirStore GMX-local
Path ~/Mail/GMX/
Inbox ~/Mail/GMX/Inbox
SubFolders Verbatim
IMAPStore GMX-remote
Account GMX
Channel GMX
Far :GMX-remote:
Near :GMX-local:
Patterns "INBOX" "Archive" "Trash" "Spam" "Drafts" "Sent"
CopyArrivalDate yes
Create Both
Expunge Both
SyncState *
####################################################################
IMAPAccount Proton
Host 127.0.0.1
PORT 1111
User [email protected]
PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.authinfo.gpg | awk '/machine 127.0.0.1/ {print $NF}'"
AuthMechs LOGIN
TLSType STARTTLS
SSLVersion +1.2
CertificateFile /usr/local/etc/[email protected]/cert.pem
MaildirStore Proton-local
Path ~/Mail/Proton/
Inbox ~/Mail/Proton/Inbox
SubFolders Verbatim
# Define the IMAP4
IMAPStore Proton-remote
Account Proton
Channel Proton
Far :Proton-remote:
Near :Proton-local:
Patterns "INBOX" "Archive" "Trash" "Spam" "Drafts" "Sent"
CopyArrivalDate yes
Create Both
Expunge Both
SyncState *
####################################################################
IMAPAccount Apple
Host imap.mail.me.com
User [email protected]
PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.authinfo.gpg | awk '/machine imap.mail.me.com/ {print $NF}'"
AuthMechs LOGIN
TLSType IMAPS
SSLVersion +1.2
CertificateFile /usr/local/etc/[email protected]/cert.pem
MaildirStore Apple-local
Path ~/Mail/Apple/
Inbox ~/Mail/Apple/Inbox
SubFolders Verbatim
IMAPStore Apple-remote
Account Apple
Channel Apple-all
Far :Apple-remote:
Near :Apple-local:
Patterns "INBOX" "Archive" "Trash" "Spam" "Drafts"
CopyArrivalDate yes
Create Both
Expunge Both
SyncState *
Channel Apple-sent
Far :Apple-remote:"Sent Messages"
Near :Apple-local:"Sent"
CopyArrivalDate yes
Create Both
Expunge Both
SyncState *
Group Apple
Channel Apple-sent
Channel Apple-all
####################################################################
IMAPAccount Outlook
Host outlook.office365.com
User [email protected]
PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.authinfo.gpg | awk '/machine outlook.office365.com login [email protected]/ {print $NF}'"
AuthMechs LOGIN
TLSType IMAPS
TLSVersions +1.2
MaildirStore Outlook-local
Path ~/Mail/Outlook/
Inbox ~/Mail/Outlook/Inbox
SubFolders Verbatim
IMAPStore Outlook-remote
Account Outlook
Channel Outlook-all
Far :Outlook-remote:
Near :Outlook-local:
Patterns "INBOX" "Archive" "Sent"
CopyArrivalDate yes
Create Both
Expunge Both
SyncState *
Channel Outlook-junk
Far :Outlook-remote:"Junk"
Near :Outlook-local:"Spam"
CopyArrivalDate yes
Create Both
Expunge Both
SyncState *
Channel Outlook-trash
Far :Outlook-remote:"Deleted"
Near :Outlook-local:"Trash"
CopyArrivalDate yes
Create Both
Expunge Both
SyncState *
Group Outlook
Channel Outlook-all
Channel Outlook-junk
Channel Outlook-trash
########################################################################