blob: bc3bedfb3ce32c2204485ba7a886554ce6b169ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
IMAPAccount pipeframe
Host mail.pipeframe.xyz
Port 993
User loek@mail.pipeframe.xyz
PassCmd "pass srv/wipper/passwd/loek"
TLSType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt
IMAPStore pipeframe-remote
Account pipeframe
MaildirStore pipeframe-local
SubFolders Verbatim
Path ~/docs/mail/pipeframe/
Inbox ~/docs/mail/pipeframe/Inbox
Channel pipeframe
Far :pipeframe-remote:
Near :pipeframe-local:
Patterns *
Create Both
SyncState *
|