From mboxrd@z Thu Jan 1 00:00:00 1970 From: grant@antiflux.org (Grant Hollingworth) Date: Fri, 04 Apr 2008 09:47:37 -0400 Subject: [sup-talk] offlineimap In-Reply-To: <1207256259-sup-8918@wrasse> References: <1207240781-sup-5354@spooky.local> <1207256259-sup-8918@wrasse> Message-ID: <1207316616-sup-9713@spooky.local> * Richard Heycock [Thu Apr 03 16:59:56 -0400 2008]: > Having said that offlineimap causes me a great deal of pain; when it > works it works well but when it doesn't (which is fairly often) it's a > pain. Oh and it won't tell you what the problem is :-( Unfortunately > there doesn't really seem to be much else about Yeah, I don't think I've seen any error messages... just backtraces. The only big problem I've had is with a memory error when copying large messages. The problem is known [1] and fixed [2] in Python, but the current stable version (2.5.2) doesn't include the fix. I made the two one-line changes myself and now offlineimap is happy: http://svn.python.org/view/python/branches/release25-maint/Lib/imaplib.py?rev=61007&r1=51333&r2=61007 http://svn.python.org/view/python/branches/release25-maint/Lib/socket.py?rev=61009&r1=54544&r2=61009 [1] http://software.complete.org/software/issues/show/20 [2] http://bugs.python.org/issue1389051