mirror of
https://codeberg.org/hyperreal/ansible-homelab
synced 2024-11-02 09:03:07 +01:00
26 lines
494 B
Plaintext
26 lines
494 B
Plaintext
|
[general]
|
||
|
accounts = protonmail
|
||
|
metadata = /home/debian/.offlineimap-metadata
|
||
|
|
||
|
[Account protonmail]
|
||
|
localrepository = protonmail-local
|
||
|
remoterepository = protonmail-remote
|
||
|
autorefresh = 1
|
||
|
postsynchook = notmuch new
|
||
|
|
||
|
[Repository protonmail-local]
|
||
|
type = Maildir
|
||
|
localfolders = /home/debian/mail
|
||
|
sync_deletes = no
|
||
|
|
||
|
[Repository protonmail-remote]
|
||
|
type = IMAP
|
||
|
remoteuser = hyperreal64@pm.me
|
||
|
remotepass =
|
||
|
remotehost = 127.0.0.1
|
||
|
remoteport = 1143
|
||
|
ssl = no
|
||
|
starttls = no
|
||
|
expunge = yes
|
||
|
readonly = True
|