Florian Apolloner added the comment: Yes, it works on python3.3 (from debian); I am parsing directly via email.message_from_string: Python 3.3.3 (default, Dec 8 2013, 14:51:59) [GCC 4.8.2] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import email >>> msg="""Content-Type: text/plain; charset="utf-8" ... MIME-Version: 1.0 ... Content-Transfer-Encoding: 8bit ... Subject: =?utf-8?q?Ch=C3=A8re_maman?= ... From: f...@example.com ... To: t...@example.com ... Date: Sat, 28 Dec 2013 13:08:07 -0000 ... Message-ID: <20131228130807.3669.79195@localhost> ... ... Je t'aime très fort""" >>> email.message_from_string(msg) <email.message.Message object at 0x7fcfbcbf9090>
---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue20089> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com