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 sjmurdoch
Recipients sjmurdoch
Date 2013-09-04.14:27:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1378304850.85.0.68028293284.issue18921@psf.upfronthosting.co.za>
In-reply-to
Content
When an IMAP server is behind a proxy, the proxy's capabilities may differ from that of the actual IMAP server. However, in Python imaplib, the client will ignore any updates to available capabilities in the response to the LOGIN command (see rfc3501, section 6.2.3). As a result, imaplib will incorrectly assume that certain features are not available (including the IDLE patch in issue 11245, and as implemented in getmail 4.43.0). imaplib should refresh its capability list either based on the result of the login command or by explicitly sending a CAPABILITY command following login.
History
Date User Action Args
2013-09-04 14:27:30sjmurdochsetrecipients: + sjmurdoch
2013-09-04 14:27:30sjmurdochsetmessageid: <1378304850.85.0.68028293284.issue18921@psf.upfronthosting.co.za>
2013-09-04 14:27:30sjmurdochlinkissue18921 messages
2013-09-04 14:27:30sjmurdochcreate