This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author scott.dial
Recipients barry, benjamin.peterson, janssen, kevinwatters, ncoghlan, rhettinger, rmore, rtucker, scott.dial
Date 2009-12-06.04:19:44
SpamBayes Score 0.0009938612
Marked as misclassified No
Message-id <1260073186.89.0.499130820491.issue5949@psf.upfronthosting.co.za>
In-reply-to
Content
Ben, I understand that we are all volunteers here. My frustration in the
lack of a de facto owner of the imaplib module and not with you
personally or any other committer for that matter.

As it is, there is no unittests for the imaplib module, and I am not in
a position to provide a complete implementation of an IMAP server.
However, I have attached a simple script demonstrating the issue. An
unpatched trunk will infinite loop, consuming memory, and a patched
version will throw a Traceback immediately.
History
Date User Action Args
2009-12-06 04:19:47scott.dialsetrecipients: + scott.dial, barry, rhettinger, ncoghlan, janssen, kevinwatters, benjamin.peterson, rmore, rtucker
2009-12-06 04:19:46scott.dialsetmessageid: <1260073186.89.0.499130820491.issue5949@psf.upfronthosting.co.za>
2009-12-06 04:19:45scott.diallinkissue5949 messages
2009-12-06 04:19:45scott.dialcreate