| Summary | us-ascii |
| Queue | MIMP |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | slusarz (at) horde (dot) org |
| Requester | vt (at) volkerthen (dot) com |
| Created | 7/29/05 (7560 days ago) |
| Due | |
| Updated | 10/9/05 (7488 days ago) |
| Assigned | 10/7/05 (7490 days ago) |
| Resolved | 10/9/05 (7488 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Resolved
the charset conversion of header information for real now.
sending a message:
Notice: Undefined variable: charset in
/var/www/html/horde-cvs/mimp/compose.php on line 375
Warning: Cannot modify header information - headers already sent by
(output started at /var/www/html/horde-cvs/mimp/compose.php:375) in
/usr/share/php/Horde/Mobile/Renderer/html.php on line 43
Warning: Cannot modify header information - headers already sent by
(output started at /var/www/html/horde-cvs/mimp/compose.php:375) in
/usr/share/php/Horde/Mobile/Renderer/html.php on line 45
header encodings, but only the text body is converted from the UI
charset to the message charset. Not so the subject header.
State ⇒ Feedback
Assigned to Michael Slusarz
Taken from
State ⇒ Assigned
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ us-ascii
Queue ⇒ MIMP
State ⇒ Unconfirmed
for example german umlauts in the subject and in the mail body are
encoded with UTF-8. I think that's the reason why some mail clients
(like Outlook Express) have problems with displaying these characters
correctly. Shouldn't mimp's default charset be changed to utf-8?