[issue14062] UTF-8 Email Subject problem

Tatiana Al-Chueyr report at bugs.python.org
Tue Mar 13 17:31:26 CET 2012


Tatiana Al-Chueyr <tatiana.alchueyr at gmail.com> added the comment:

Hi msladek!

I tried to reproduce your bug using Python 3.2.2 on MacOS X, but didn't manage - all worked fine. I used gmail both to send and receive the message, on SSL:
    smtpPort = '465'
    smtpSrv = 'smtp.gmail.com'

As I'm no SMPTP nor email expert, I asked r.david.murray to review the email message code received and it looks fine.

Could you provide a smaller example of code that causes the same problem?

I just extracted your code to help other people trying to reproduce the bug. It is attached.

----------
nosy: +tati_alchueyr
Added file: http://bugs.python.org/file24823/issue14062_buggy_email_subject.py

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


More information about the Python-bugs-list mailing list