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 hinsen
Recipients
Date 2003-03-06.13:45:38
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The regular expression InternalDate in imaplib does not 
match dates in which the day number is two-digit with a 
leading zero.

From a cursory glance at the IMAP definition, this is a 
legal format, and there is at least one IMAP server that 
uses it (courier-imap).

The attached patch is for Python 2.2.2, but the problem still 
exists in 2.3a2.
History
Date User Action Args
2007-08-23 14:11:43adminlinkissue698706 messages
2007-08-23 14:11:43admincreate