Summary | Wrong charset of Bcc header in sent mail |
Queue | IMP |
Queue Version | FRAMEWORK_3 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | jan (at) horde (dot) org |
Created | 06/21/2009 (5871 days ago) |
Due | |
Updated | 01/13/2010 (5665 days ago) |
Assigned | |
Resolved | 07/29/2009 (5833 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Correctly set charset of Bcc header in sent mail copy (
Bug #8362)http://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-git&r1=f02792eb5a3b57b9080240a875aa844f498491e3&r2=db644ab53fe599f1fd4f6ea93abbf302e4feff68
http://git.horde.org/diff.php/imp/lib/Compose.php?rt=horde-git&r1=f02792eb5a3b57b9080240a875aa844f498491e3&r2=db644ab53fe599f1fd4f6ea93abbf302e4feff68
State ⇒ Resolved
http://cvs.horde.org/diff.php/imp/docs/CHANGES?rt=horde&r1=1.699.2.397&r2=1.699.2.398&ty=u
http://cvs.horde.org/diff.php/imp/lib/Compose.php?rt=horde&r1=1.107.2.85&r2=1.107.2.86&ty=u
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Assigned to Michael Slusarz
Queue ⇒ IMP
Summary ⇒ Wrong charset of Bcc header in sent mail
Type ⇒ Bug
State ⇒ Assigned
Bcc header, the header is not stored with the correct charset, e.g.
the quoted printable encoding signals iso-8859-1 charset (the charset
of the sent message), while the recipient name is actually utf-8 (the
charset of the interface).