forked from yqrashawn/yqdotfiles
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.mbsyncrc
189 lines (165 loc) · 3.87 KB
/
.mbsyncrc
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
#################### gmail
# Based on http://www.macs.hw.ac.uk/~rs46/posts/2014-01-13-mu4e-email-client.html
IMAPAccount gmail
Host imap.gmail.com
Port 993
User [email protected]
PassCmd "security find-generic-password -s mbsync-gmail -w"
SSLType IMAPS
# SSLVersions TLSv1.2
# AuthMechs *
# AuthMechs PLAIN
AuthMechs LOGIN
# CertificateFile /etc/ssl/certs/ca.crt
IMAPStore gmail-remote
Account gmail
MaildirStore gmail-local
Path ~/Maildir/gmail/
Inbox ~/Maildir/gmail/Inbox
SubFolders Verbatim
# Trash
# Channels and Groups
# (so that we can rename local directories and flatten the hierarchy)
#
Channel gmail-folders
Master :gmail-remote:
Slave :gmail-local:
Patterns *
Patterns "![Gmail]/All Mail"
# Patterns * ![Gmail]* "[Gmail]/Sent Mail" "[Gmail]/Starred" "![Gmail]/All Mail" !Homes
Sync All
Create Both
Expunge Both
SyncState *
Group gmail
Channel gmail-folders
# Channel gmail-inbox
# Channel gmail-sent
# Channel gmail-trash
# Channel gmail-all
# Channel gmail-starred
# #################### icloud
# IMAPAccount icloud
# Host imap.mail.me.com
# User rashawnzym
# PassCmd "security find-generic-password -s imap.mail.me.com -w"
# Port 993
# SSLType IMAPS
# SSLVersions TLSv1.2
# AuthMechs PLAIN
# IMAPStore icloud-remote
# Account icloud
# MaildirStore icloud-local
# Path ~/Maildir/icloud/
# Inbox ~/Maildir/icloud/inbox
# SubFolders Verbatim
# Trash Trash
# #
# # Channels and Groups
# # (so that we can rename local directories and flatten the hierarchy)
# #
# #
# Channel icloud-folders
# Master :icloud-remote:
# Slave :icloud-local:
# # Patterns "INBOX" "Saved" "Drafts" "Archive" "Sent*" "Trash"
# Patterns *
# Patterns %
# Create Both
# Expunge Both
# SyncState *
# Group icloud
# Channel icloud-folders
#################### bimsop
# Based on http://www.macs.hw.ac.uk/~rs46/posts/2014-01-13-mu4e-email-client.html
IMAPAccount bimsop
Host imap.exmail.qq.com
User [email protected]
PassCmd "security find-generic-password -s "imap.exmail.qq.com" -w"
Port 993
SSLType IMAPS
SSLVersions TLSv1.2
AuthMechs *
IMAPStore bimsop-remote
Account bimsop
MaildirStore bimsop-local
Path ~/Maildir/bimsop/
Inbox ~/Maildir/bimsop/inbox
SubFolders Verbatim
Trash Trash
# Channels and Groups
# (so that we can rename local directories and flatten the hierarchy)
#
Channel bimsop-folders
Master :bimsop-remote:
Slave :bimsop-local:
Patterns *
Patterns %
# Patterns "INBOX" "Saved" "Drafts" "Archive" "Sent*" "Trash"
Create Both
Expunge Both
SyncState *
Group bimsop
Channel bimsop-folders
#################### qq
# Based on http://www.macs.hw.ac.uk/~rs46/posts/2014-01-13-mu4e-email-client.html
IMAPAccount qq
Host imap.qq.com
User [email protected]
PassCmd "security find-generic-password -s "imap.qq.com" -w"
Port 993
SSLType IMAPS
SSLVersions TLSv1.2
AuthMechs *
IMAPStore qq-remote
Account qq
MaildirStore qq-local
Path ~/Maildir/qq/
Inbox ~/Maildir/qq/inbox
SubFolders Verbatim
Trash Trash
# Channels and Groups
# (so that we can rename local directories and flatten the hierarchy)
#
Channel qq-folders
Master :qq-remote:
Slave :qq-local:
# Patterns "INBOX" "Saved" "Drafts" "Archive" "Sent*" "Trash"
Patterns *
Patterns %
Create Both
Expunge Both
SyncState *
Group qq
Channel qq-folders
#################### zoho
# Based on http://www.macs.hw.ac.uk/~rs46/posts/2014-01-13-mu4e-email-client.html
IMAPAccount zoho
Host imappro.zoho.com
User [email protected]
PassCmd "security find-generic-password -s "imappro.zoho.com" -w"
Port 993
SSLType IMAPS
SSLVersions TLSv1.2
AuthMechs PLAIN
IMAPStore zoho-remote
Account zoho
MaildirStore zoho-local
Path ~/Maildir/zoho/
Inbox ~/Maildir/zoho/inbox
SubFolders Verbatim
Trash Trash
# Channels and Groups
# (so that we can rename local directories and flatten the hierarchy)
#
Channel zoho-folders
Master :zoho-remote:
Slave :zoho-local:
# Patterns "INBOX" "Saved" "Drafts" "Archive" "Sent*" "Trash"
Patterns *
Patterns %
Create Both
Expunge Both
SyncState *
Group zoho
Channel zoho-folders