diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2020-07-20 21:22:21 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2020-07-20 21:22:21 +0100 |
commit | 614f83458bfc9eee9647ca5061620e8776ef3b85 (patch) | |
tree | 0ce2e64072e29c3c9c8d8d171cf3bc32a93132c1 /Mail/.offlineimaprc | |
parent | 9e9435c00c06ea4bf989da9fa362060d401df648 (diff) | |
download | dotfiles-614f83458bfc9eee9647ca5061620e8776ef3b85.tar.gz dotfiles-614f83458bfc9eee9647ca5061620e8776ef3b85.tar.bz2 dotfiles-614f83458bfc9eee9647ca5061620e8776ef3b85.zip |
+mail config options
notmuch config, offlineimap config and a python file for offlineimap
Diffstat (limited to 'Mail/.offlineimaprc')
-rw-r--r-- | Mail/.offlineimaprc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Mail/.offlineimaprc b/Mail/.offlineimaprc new file mode 100644 index 0000000..2ca0190 --- /dev/null +++ b/Mail/.offlineimaprc @@ -0,0 +1,19 @@ +[general] +accounts = personal +pythonfile = ~/.offlineimap.py + +[Account personal] +localrepository = Local +remoterepository = Remote + +[Repository Local] +type = Maildir +localfolders = ~/Mail/personal + +[Repository Remote] +type = IMAP +remotehost = mail.aryadevchavali.com +remoteuser = aryadev +remotepasseval = get_pass() +sslcacertfile = /etc/ssl/certs/ca-certificates.crt +ssl = true |