Bugs item #924806, was opened at 2004-03-28 09:33
Message generated for change (Settings changed) made by gbrandl
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=924806&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Python Library
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Andreas Jung (ajung)
>Assigned to: Barry A. Warsaw (bwarsaw)
Summary: email.Header.Header() produces wrong headers with utf8 enc.

Initial Comment:
If you pass 'utf8' as encoding to the Header() (e.g.
for the subject)
then most mailer can not decode the subject because
they expect
'utf-8' and not 'utf8'. Maybe there should be a check
for this encoding in the code.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=924806&group_id=5470
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to