On Wed, Feb 28, 2018 at 05:14:14PM +0000, ael wrote: > I had a *very* quick look at some of the code. As far as I can see, > this is a response from the server, suggesting that it has hit some > sort of resource limit? Is that right?
"Too many read 0" happens when the socket is closed unexpectedly, no data is transfered anymore. > I have tried several times from different machines with the same error. Perhaps, the declared size of some email does not match the transfered data size. > What is odd is that I can connect ok using another email account on the > same server. > > Have I misunderstood what is happening? You might try to find if there are any offending email with the debug mode enabled for imap: -d imap from CLI. -- Nicolas Sebrecht _______________________________________________ OfflineIMAP-project mailing list: [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/offlineimap-project OfflineIMAP homepages: - https://github.com/OfflineIMAP - http://offlineimap.org
