26 lines
558 B
Text
26 lines
558 B
Text
|
[general]
|
||
|
accounts = main
|
||
|
pythonfile = /home/adam/.config/offlineimap/offlineimap.py
|
||
|
maxsyncaccounts = 1
|
||
|
|
||
|
[Account main]
|
||
|
localrepository = main-local
|
||
|
remoterepository = main-remote
|
||
|
# autorefresh = 0.5
|
||
|
# quick = 10
|
||
|
|
||
|
[Repository main-local]
|
||
|
type = Maildir
|
||
|
localfolders = ~/Maildir
|
||
|
|
||
|
[Repository main-remote]
|
||
|
type = IMAP
|
||
|
remotehost = imap.migadu.com
|
||
|
remoteuser = adam@theadamcooper.com
|
||
|
remotepasseval = get_pw_from_attrs("service", "migadu")
|
||
|
starttls = yes
|
||
|
ssl = yes
|
||
|
sslcacertfile = /etc/ssl/certs/ca-certificates.crt
|
||
|
# keepalive = 60
|
||
|
# holdconnectionopen = yes
|