| Summary | Wrong charset of Bcc header in sent mail |
| Queue | IMP |
| Queue Version | FRAMEWORK_3 |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | Michael Slusarz <slusarz (at) horde (dot) org> |
| Requester | Jan Schneider <jan (at) horde (dot) org> |
| Created | 06/21/09 (233 days ago) |
| Due | |
| Updated | 01/12/10 (28 days ago) |
| Assigned | |
| Resolved | 07/29/09 (195 days ago) |
| Attachments | |
| 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
State ⇒ Assigned
Patch ⇒
Milestone ⇒
Assigned to Michael Slusarz
Queue ⇒ IMP
Summary ⇒ Wrong charset of Bcc header in sent mail
Type ⇒ Bug
Priority ⇒ 1. Low
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).