1 message in org.python.python-bugs-list[ python-Bugs-924806 ] email.Header.H...
FromSent OnAttachments
SourceForge.netMar 28, 2004 4:33 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[ python-Bugs-924806 ] email.Header.Header() produces wrong headers with utf8 enc.Actions...
From:SourceForge.net (nore@sourceforge.net)
Date:Mar 28, 2004 4:33:44 am
List:org.python.python-bugs-list

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

Category: Python Library Group: None Status: Open Resolution: None Priority: 5 Submitted By: Andreas Jung (ajung) Assigned to: Nobody/Anonymous (nobody) 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.

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