Summary | US-ASCII/8-bit message isn't shown correctly |
Queue | IMP |
Queue Version | HEAD |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | tasin (at) fhm (dot) edu |
Created | 04/29/2005 (7453 days ago) |
Due | |
Updated | 04/29/2005 (7453 days ago) |
Assigned | |
Resolved | 04/29/2005 (7453 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Not A Bug
archives.
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ US-ASCII/8-bit message isn't shown correctly
Queue ⇒ IMP
New Attachment: MIME.diff
Problem:
Default charset is set to UTF-8.
I still get mails with charset US-ASCII and german characters (i. e.
usage of the 8th-bit).
The content isn't displayed correctly, because the conversion will not
be invoked.
The attached patch will check if the content contains special chars.
BTW: Using only the condition (!$this->viewAsAttachment()) does the
same job for me, but I wouldn't know if this broke other things.