Re: offlineimap and local courier-imap
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
John Goerzen <jgoerzen@xxxxxxxxxxxx> wrote:
> Yes, OfflineIMAP can talk to an IMAP server on both ends. That may be
> the easiest for you.
thank you, works great!
if someone will have the same problem, i have just changed my config
to:
[general]
accounts = fastmail
ui = Curses.Blinkenlights
maxsyncaccounts = 3
[Account fastmail]
localrepository = MailLocal
remoterepository = MailRemote
[Repository MailLocal]
type = IMAP
remotehost = 127.0.0.1
remoteuser = xxx
remotepass = xxx
[Repository MailRemote]
type = IMAP
ssl = yes
remotehost = mail.messagingengine.com
remoteuser = xxx
remotepass = xxx
maxconnections = 3
Cheers,
Bjoern
|
|