309a9102ce
configuring offlinemap to get emails from Microsoft Exchange via Davmail I run into a problem, which could be fixed by changing "port" to "remoteport" in the remote-part of the config. See also here: https://github.com/OfflineIMAP/offlineimap/blob/master/offlineimap.conf # This option stands in the [Repository RemoteExample] section. # Specify the port. If not specified, use a default port. #remoteport = 993
19 lines
465 B
Plaintext
19 lines
465 B
Plaintext
[Account $title]
|
|
|
|
localrepository = $title-local
|
|
remoterepository = $title-remote
|
|
|
|
[Repository $title-remote]
|
|
type = $type
|
|
remoteuser = $login
|
|
sslcacerfile = /etc/ssl/cets/ca-certificates.crt
|
|
remotepasseval = mailpasswd("$title")
|
|
remotehost = $imap
|
|
remoteport = $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
|