2018-02-10 07:47:29 +01:00
|
|
|
[Account $title]
|
|
|
|
|
|
|
|
localrepository = $title-local
|
|
|
|
remoterepository = $title-remote
|
|
|
|
|
|
|
|
[Repository $title-remote]
|
|
|
|
type = $type
|
2018-02-18 15:37:51 +01:00
|
|
|
remoteuser = $login
|
2018-02-10 07:47:29 +01:00
|
|
|
sslcacerfile = /etc/ssl/cets/ca-certificates.crt
|
|
|
|
remotepasseval = mailpasswd("$title")
|
|
|
|
remotehost = $imap
|
|
|
|
port = $iport
|
|
|
|
folderfilter = lambda foldername: foldername not in ['[Gmail]/All Mail']
|
|
|
|
sslcacertfile = /etc/ssl/certs/ca-certificates.crt
|
|
|
|
|
|
|
|
[Repository $title-local]
|
|
|
|
type = Maildir
|
|
|
|
localfolders = ~/.mail/$title
|