aboutsummaryrefslogtreecommitdiff
path: root/templates/.offlineimaprc
blob: 0436787c9e3be5e3c598c4bfd912bc663114fd31 (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
# vim: ft=cfg:

[general]
ui = ttyui
accounts = Fastmail

[Account Fastmail]
localrepository = Fastmail-Local
remoterepository = Fastmail-Remote
postsynchook = notmuch new

[Repository Fastmail-Local]
type = Maildir
localfolders = ~/Mail/Fastmail

[Repository Fastmail-Remote]
type = IMAP
remotehost = imap.fastmail.com
remoteport = 993
remoteuser = benburwell@fastmail.com
remotepass = {{ pass "mail/benburwell@fastmail.com" }}
maxconnections = 3
sslcacertfile = /etc/ssl/cert.pem
ssl = yes