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 Chris Smowton
Recipients Chris Smowton
Date 2015-07-24.15:24:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1437751472.65.0.0474991915095.issue24706@psf.upfronthosting.co.za>
In-reply-to
Content
As mentioned in #23906, when poplib bails from receiving a message with a 'line too long' error it neither flushes nor re-establishes the TCP connection. This means that subsequent commands fail because instead of the expected response we receive part of the unflushed data from the message that triggered the original error.
History
Date User Action Args
2015-07-24 15:24:32Chris Smowtonsetrecipients: + Chris Smowton
2015-07-24 15:24:32Chris Smowtonsetmessageid: <1437751472.65.0.0474991915095.issue24706@psf.upfronthosting.co.za>
2015-07-24 15:24:32Chris Smowtonlinkissue24706 messages
2015-07-24 15:24:32Chris Smowtoncreate