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

R. David Murray report at bugs.python.org
Wed May 6 14:57:52 CEST 2015


R. David Murray added the comment:

An explicit call to enable with an argument string that contains 'UTF8=ACCEPT'.  I did not go far enough through the BNF to determine if enable can be passed more than one capability at a time, but I suspect it can.  In which case we should factor out the capability parsing such that we can reuse it for parsing the enable argument.

----------

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


More information about the Python-bugs-list mailing list