[issue2228] Imaplib speedup patch

2011-02-10 Thread Aaron Kaplan

Aaron Kaplan  added the comment:

Let me clarify. Offlineimap used to ship a modified version of imaplib in its 
distribution, but eventually the author decided he no longer wanted to maintain 
his imaplib fork, so he dropped it and went with stock imaplib (at a 
significant performance penalty). The patch I submitted here is the difference 
between the forked imaplib circa 2007 and the upstream version it was forked 
from.  The current version of offlineimap is not relevant to this issue, 
because it no longer contains any imaplib code.

--

___
Python tracker 
<http://bugs.python.org/issue2228>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue2228] Imaplib speedup patch

2008-03-03 Thread Aaron Kaplan

New submission from Aaron Kaplan:

In some versions of John Goergen's program offlineimap, he includes a
copy of imaplib.py with the attached changes.  It results in a speedup
of more than 50% compared to using the stock imaplib.py.

--
files: imaplib-patch
messages: 63237
nosy: aaronkaplan
severity: normal
status: open
title: Imaplib speedup patch
type: resource usage
Added file: http://bugs.python.org/file9597/imaplib-patch

__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2228>
__
___
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com