[issue21800] Implement RFC 6855 (IMAP Support for UTF-8) in imaplib.

R. David Murray report at bugs.python.org
Wed May 6 00:27:32 CEST 2015


R. David Murray added the comment:

Well, the problem with that is that we then have to parse the capability to see if it is utf8 that is being enabled.  I don't like that as an API, it feels fragile.  Since capabilities cannot later be disabled, there's no functional reason to keep it separate.   However, it would solve the problem of values to use in the init flag, and would remove the caveat that you shouldn't use UTF8=ENABLE in an explicit enable call, so perhaps it is best after all.

Do you have any interest in updating the patch?  I won't be able to get back to it until this weekend.

----------

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


More information about the Python-bugs-list mailing list