[issue21804] Implement thr UTF8 command (RFC 6856) in poplib.

Milan Oberkirch report at bugs.python.org
Thu Jun 19 01:14:44 CEST 2014


New submission from Milan Oberkirch:

The poplib classes already use Unicode internally (for everything but capability names). So to implement the UTF8 part of RFC 6856 we only need to enable the user to switch to UTF-8 mode if supported by the server.

----------
components: email
files: poputf8.patch
keywords: patch
messages: 220956
nosy: barry, jesstess, pitrou, r.david.murray, zvyn
priority: normal
severity: normal
status: open
title: Implement thr UTF8 command (RFC 6856) in poplib.
versions: Python 3.5
Added file: http://bugs.python.org/file35686/poputf8.patch

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


More information about the Python-bugs-list mailing list