summaryrefslogtreecommitdiffstats
path: root/offlineimaprc
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-05-30 20:37:11 +0100
committerMatthew Lemon <y@yulqen.org>2023-05-30 20:37:11 +0100
commit734bbe593468b0a7898ea991c0bcdef7c7d3f208 (patch)
tree9b7c29f7164b213847c3b173b25d34c1f507f5b4 /offlineimaprc
parentffd603aac3c5a9330c58c801daabd15706e2fb56 (diff)
Purelymail!
Diffstat (limited to '')
-rw-r--r--offlineimaprc20
1 files changed, 19 insertions, 1 deletions
diff --git a/offlineimaprc b/offlineimaprc
index da7918b..6f11da1 100644
--- a/offlineimaprc
+++ b/offlineimaprc
@@ -1,10 +1,15 @@
[general]
ui = TTY.TTYUI
#accounts = MatthewLemon, Gmail
-accounts = MatthewLemon
+accounts = MatthewLemon, purelymail
pythonfile=~/.offlineimap.py
fsync = False
+[Account purelymail]
+localrepository = purelymail-local
+remoterepository = purelymail-remote
+
+
[Account MatthewLemon]
localrepository = MatthewLemon-Local
remoterepository = MatthewLemon-Remote
@@ -20,6 +25,19 @@ localfolders = ~/.mail/matt-matthewlemon.com
# 'inbox': '/Inbox',
# }.get(folder, folder)
+[Repository purelymail-local]
+type = Maildir
+localfolders = ~/.mail/purelymail
+
+[Repository purelymail-remote]
+maxconnections = 3
+type = IMAP
+remotehost = imap.purelymail.com
+sslcacertfile = /etc/ssl/certs/ca-certificates.crt
+remoteuser = mrlemon@purelymail.com
+remotepasseval = get_pass("purelymail_neomutt")
+
+
[Repository MatthewLemon-Remote]
#cert_fingerprint = 54137524fe721f0cbb8a6a0e1e280ade50482e29
maxconnections = 3