Hi Luca

>    self.outfd.write(data)
> IOError: [Errno 32] Broken pipe
> 
> Next sync in 30:00
> 1: [  0:10]       PcaHome: imap(luca.capello): Info: Disconnected for
> inactivity bytes=228496/11784489
 
Well, after some time idling, the server disconnected you and the
connection became invalid. We should have caught that better.


You might want to try the
keepalive = 60

option to keep you connected during that time. Also I am not sure why
you need to keepconnectionsopen=True for those idling 30 minutes. Surely
you can close them inbetween?

That having said, it seems we need to work on the robustness of the
thing, so we detect when the connection has been broken. I have noted
that down in our TODO list.

BTW, IMAP<->Maildir is much more robust than IMAP<->IMAP, so if possible
I would recommend that mode of operation.

Sebastian



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to