blob: 6980f106574e5d500f2344893eead670d539216a (
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
|
IMAPAccount tharre3@gmail.com
Host imap.gmail.com
User tharre3@gmail.com
PassCmd "req_pwd.sh email/tharre3@gmail.com"
SSLType IMAPS
SSLVersion TLSv1.2
CertificateFile /etc/ssl/certs/ca-certificates.crt
IMAPStore tharre3@gmail.com-remote
Account tharre3@gmail.com
MaildirStore tharre3@gmail.com-local
# The trailing "/" is important
Path ~/.mail/tharre3@gmail.com/
Inbox ~/.mail/tharre3@gmail.com/INBOX
Channel tharre3@gmail.com-default
Master :tharre3@gmail.com-remote:
Slave :tharre3@gmail.com-local:
Patterns * ![Gmail]* !sent !drafts !trash
# Automatically create missing mailboxes, both locally and on the server
Create Both
# Save the synchronization state files in the relevant directory
SyncState *
Channel tharre3@gmail.com-sent
Master :tharre3@gmail.com-remote:"[Gmail]/Sent Mail"
Slave :tharre3@gmail.com-local:sent
Create Slave
SyncState *
Channel tharre3@gmail.com-drafts
Master :tharre3@gmail.com-remote:"[Gmail]/Drafts"
Slave :tharre3@gmail.com-local:drafts
Create Slave
SyncState *
Channel tharre3@gmail.com-trash
Master :tharre3@gmail.com-remote:"[Gmail]/Bin"
Slave :tharre3@gmail.com-local:trash
Create Slave
SyncState *
# Get all the channels together into a group.
Group tharre3@gmail.com
Channel tharre3@gmail.com-default
Channel tharre3@gmail.com-sent
Channel tharre3@gmail.com-drafts
Channel tharre3@gmail.com-trash
|