From f5cad5a16abf5ce2ddee2b9e54a16a5385218cbb Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Tue, 13 Aug 2019 15:00:39 -0400 Subject: offlineimap: adopt --- templates/.offlineimaprc | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 templates/.offlineimaprc diff --git a/templates/.offlineimaprc b/templates/.offlineimaprc new file mode 100644 index 0000000..8b97d59 --- /dev/null +++ b/templates/.offlineimaprc @@ -0,0 +1,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 +remotepasseval = {{ pass "mail/benburwell@fastmail.com" }} +maxconnections = 3 +sslcacertfile = /etc/ssl/cert.pem +ssl = yes -- cgit v1.2.3