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 dmbaggett
Recipients anadelonbrin, dmbaggett
Date 2009-05-12.19:03:03
SpamBayes Score 3.3154454e-05
Marked as misclassified No
Message-id <1242154984.8.0.353201847551.issue917120@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure this causes the behavior reported here, but I believe there
really is a bug in imaplib.

In particular, it seems wrong to me that this line:

mustquote = re.compile(r"[^\w!#$%&'*+,.:;<=>?^`|~-]")

has \w in it. Should that be \s?

I found this when I noticed that SELECT commands on mailboxes with
spaces in their names failed.
History
Date User Action Args
2009-05-12 19:03:05dmbaggettsetrecipients: + dmbaggett, anadelonbrin
2009-05-12 19:03:04dmbaggettsetmessageid: <1242154984.8.0.353201847551.issue917120@psf.upfronthosting.co.za>
2009-05-12 19:03:03dmbaggettlinkissue917120 messages
2009-05-12 19:03:03dmbaggettcreate