blob: 9e9bc65df87958a157d9779fdce76fb84df148e6 (
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
|
IMAPAccount dove
Host skozl.com
User v@skozl.com
Pass youwish
UseIMAPS yes
CertificateFile /etc/ssl/certs/ca-certificates.crt
IMAPStore dove-remote
Account dove
MaildirStore dove-local
# The trailing "/" is important
Path ~/.mail/dove/
Inbox ~/.mail/dove/Inbox
Channel gmail
Master :dove-remote:
Slave :dove-local:
Patterns *
# Automatically create missing mailboxes, both locally and on the server
Create Both
# Save the synchronization state files in the relevant directory
SyncState *
|