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

Maciej Szulik report at bugs.python.org
Tue May 5 23:17:36 CEST 2015


Maciej Szulik added the comment:

David I did the review and there's one thing that worries me the most, actually two:
1. changing the usual meaning of None in the IMAP's __init__ method, where None has the same meaning as True, where I think it should be the opposite.
2. I'm not sure we want to have UTF8 enabled based on the init's flag. I've seen our IMAP library as a wrapper around protocol itself. Whereas the user must be aware of required steps needed to proceed. In this case enabling UTF8 support is just the next command the client can, but doesn't have to sent directly, but only in AUTH state.

----------

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


More information about the Python-bugs-list mailing list