diff options
author | Danny Holman <dholman@gymli.org> | 2025-02-20 15:18:02 -0600 |
---|---|---|
committer | Danny Holman <dholman@gymli.org> | 2025-02-20 15:18:02 -0600 |
commit | a27e83028b7943d26d881564ed446a2a4d374fed (patch) | |
tree | 017ffe78defa27275790c82249a581aef5d9eca6 /.offlineimaprc | |
parent | 01ef5403e983f5a4767cacf3ffe77a0fcea2139a (diff) |
Update to 02/20/25
Diffstat (limited to '.offlineimaprc')
-rw-r--r-- | .offlineimaprc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.offlineimaprc b/.offlineimaprc new file mode 100644 index 0000000..7676c47 --- /dev/null +++ b/.offlineimaprc @@ -0,0 +1,18 @@ +[general] +accounts = Private +pythonfile = ~/.offlineimap.py + +[Account Private] +localrepository = Private-local +remoterepository = Private-remote + +[Repository Private-local] +type = Maildir +localfolders = ~/.mail/Private + +[Repository Private-remote] +type = IMAP +remotehost = mail.gymli.org +remoteuser = dholman +remotepasseval = get_pass() +sslcacertfile = /etc/ssl/certs/ca-certificates.crt |