summaryrefslogtreecommitdiff
path: root/.mbsyncrc
blob: f51941134b358561c2a5c5ce8547571e5c5333c0 (about) (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# IMAPAccount gmail
# Host imap.gmail.com
# User [email protected]
# PassCmd "cat ~/.gmail-pass"
# SSLType IMAPS
# CertificateFile /etc/ssl/certs/ca-certificates.crt

# IMAPStore gmail-remote
# Account gmail

# MaildirStore gmail-local
# Path ~/Mail/Gmail
# Inbox ~/Mail/Gmail/Inbox
# Trash ~/Mail/Gmail/Trash
# SubFolders Verbatim

# Channel gmail
# Far :gmail-remote:
# Near :gmail-local:
# Create Both
# SyncState *

IMAPAccount fastmail
Host imap.fastmail.com
#Port 993
User [email protected]
PassCmd "cat ~/.fastmail-pass"
SSLType IMAPS
SSLVersions TLSv1.2
CertificateFile /etc/ssl/certs/ca-certificates.crt

IMAPStore fastmail-remote
Account fastmail

MaildirStore fastmail-local
Path ~/Mail/Fastmail/
Inbox ~/Mail/Fastmail/Inbox/
Trash ~/Mail/Fastmail/Trash/
SubFolders Verbatim

Channel fastmail
Far :fastmail-remote:
Near :fastmail-local:
Patterns *
Expunge None
CopyArrivalDate yes
Sync All
Create Both
SyncState *