blob: 7676c472f7d6d3e62a6b42d6dab02fa0ddde7429 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
|