blob: d321628fd1a20f386284863f0836e331c7446977 (
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
|
IMAPAccount pipeframe
Host mail.pipeframe.xyz
Port 993
User loek@mail.pipeframe.xyz
PassCmd "pass srv/fortnite/passwd/loek"
SSLType 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 "/Inbox" "/Drafts" "/Junk" "/Sent" "/Trash" "/Archive"
Patterns *
Create Both
SyncState *
|