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 <rep...@bugs.python.org>
<http://bugs.python.org/issue21800>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to