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 maciej.szulik
Recipients BreamoreBoy, barry, joebauer, maciej.szulik, r.david.murray
Date 2015-04-15.16:48:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429116494.42.0.157416467291.issue13940@psf.upfronthosting.co.za>
In-reply-to
Content
Joe is correct, according to the spec the names containing special chars (atom-specials) require names to be quoted (https://tools.ietf.org/html/rfc3501#section-5.1): 

   1)    Any character which is one of the atom-specials (see the Formal
         Syntax) will require that the mailbox name be represented as a
         quoted string or literal.

I'll be working on a patch for that.
History
Date User Action Args
2015-04-15 16:48:14maciej.szuliksetrecipients: + maciej.szulik, barry, r.david.murray, BreamoreBoy, joebauer
2015-04-15 16:48:14maciej.szuliksetmessageid: <1429116494.42.0.157416467291.issue13940@psf.upfronthosting.co.za>
2015-04-15 16:48:14maciej.szuliklinkissue13940 messages
2015-04-15 16:48:14maciej.szulikcreate