[Python-Dev] mUTF-7 support?

Victor Stinner victor.stinner at gmail.com
Fri Oct 10 02:00:27 CEST 2014


2014-10-10 1:33 GMT+02:00 Jesus Cea <jcea at jcea.es>:
> The purpose of these modifications is to correct the following
>    problems with UTF-7:

If you need performances, I would be interested to see if it would be
possible to reuse the C codec for UTF-7 to share as much code as
possible.

What is the current behaviour of imaplib in Python 3.4 with non-ASCII
characters in mailbox names?

Victor


More information about the Python-Dev mailing list