[issue5305] imaplib should support international mailbox names

James Henstridge report at bugs.python.org
Fri Feb 20 04:00:12 CET 2009


James Henstridge <james at jamesh.id.au> added the comment:

I'll have a go at implementing the algorithm.  It looks like the
modifications to UTF-7 are large enough that you can't do a search and
replace on the output of the existing UTF-7 codec, so it'll probably
require new code.

Would String2Mailbox and Mailbox2String utility functions be appropriate
here?

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5305>
_______________________________________


More information about the Python-bugs-list mailing list