blob: cb2ed55e37031cb40377500e4d66c6c7a1a3e8b4 (
plain)
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
|
# ================== #
# <first_email> #
# ================== #
IMAPStore <email>-remote
# Address to connect to
Host <host>
Port <port>
User <emil>
Pass <password>
SSLType STARTTLS
AuthMechs LOGIN
MaildirStore <email>-local
Subfolders Verbatim
Path ~/.mail/<email>/
INBOX ~/.mail/<email>/INBOX
Flatten .
Channel <email>
Master :<email>-remote:
Slave :<email>-local:
Patterns INBOX Drafts Sent Trash
SyncState *
Create Both
Expunge Both
MaxMessages 0
|