Summary | No longer possible to use different charsets for headers |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Enhancement |
State | Resolved |
Priority | 2. Medium |
Owners | slusarz (at) horde (dot) org |
Requester | jan (at) horde (dot) org |
Created | 09/06/2009 (5779 days ago) |
Due | |
Updated | 11/30/2009 (5694 days ago) |
Assigned | 09/28/2009 (5757 days ago) |
Resolved | 11/15/2009 (5709 days ago) |
Milestone | |
Patch | No |
different from the body is a big improvement. It was possible to
specify different charsets for individual headers.
per-header encoding different than the default, you can manually MIME
encode that particular header in the desired charset before adding it
to the Headers object (since if there are no non-ASCII characters in
the value, the code won't try to auto-encode).
different from the body is a big improvement. It was possible to
specify different charsets for individual headers.
State ⇒ Resolved
Request #8556: Allow specifying a header charset for a parthttp://git.horde.org/diff.php/framework/Mime/lib/Horde/Mime/Part.php?rt=horde-git&r1=6f52fd964be8cb39f0c370dd5c3de612cb1eae87&r2=6f82ed1e4005f034a1d9443e896d64726735c16f
http://git.horde.org/diff.php/framework/Mime/package.xml?rt=horde-git&r1=ce37a8c96778f19ebea3d2e0dc8c14d7b6494c26&r2=6f82ed1e4005f034a1d9443e896d64726735c16f
State ⇒ Accepted
Priority ⇒ 1. Low
From a library standpoint, I don't see why we shouldn't allow it
though.
State ⇒ Feedback
it was, this was not by design.
Milestone ⇒
State ⇒ Assigned
Patch ⇒ No
Assigned to Michael Slusarz
Queue ⇒ Horde Framework Packages
Summary ⇒ No longer possible to use different charsets for headers
Type ⇒ Bug
Priority ⇒ 1. Low
Horde_Mime_Part::send(), using the charset of the message part, it's
no longer possible to used different charsets for different headers,
or even a different charset for a header than for the message body.