Summary | Incorrect handling of iso-8859-1 emails |
Queue | IMP |
Queue Version | 4.1.1 |
Type | Bug |
State | No Feedback |
Priority | 1. Low |
Owners | |
Requester | cmouse (at) desteem (dot) org |
Created | 08/01/2006 (6932 days ago) |
Due | |
Updated | 10/05/2006 (6867 days ago) |
Assigned | 08/02/2006 (6931 days ago) |
Resolved | 10/05/2006 (6867 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Not A Bug
errorneus characters on the screenshot. I can even, if you want, give
you url, username/passwd for the test account if you don't want to
look at the screenshot.
encoding. What else do you need to know? The body of the email is
shown wrong. I've asked several other users that use horde webmail,
how that email looks like. They have all reported that the
scandinavian characters, namely, ä and ö, do not look out correctly.
exhausted on any ideas what else I could give you. If you won't even
bother to look at the screenshot, then I have no idea short of giving
you the test account access on how to continue from here.
- does the message look correct in other clients?
- which charset does the message have?
- can you upload the source of the message?
- what charset is used to display the pages in the browser?
- did you install the iconv/mbstring extensions?
- did you read docs/INSTALL and try test.php?
- does this happen with all messages or only some?
- what did you already try to troubleshoot the problem?
- did you read http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
and http://freshmeat.net/articles/view/149/?
errorneus characters on the screenshot. I can even, if you want, give
you url, username/passwd for the test account if you don't want to
look at the screenshot.
It shows, depending on browser, illegal characters for the given
encoding. What else do you need to know? The body of the email is
shown wrong. I've asked several other users that use horde webmail,
how that email looks like. They have all reported that the
scandinavian characters, namely, ä and ö, do not look out correctly.
Could you please specify the exact details you require, as I am
exhausted on any ideas what else I could give you. If you won't even
bother to look at the screenshot, then I have no idea short of giving
you the test account access on how to continue from here.
New Attachment: errormail.jpg
steps to reproduce this, provide an example message, or give us *any*
more information, this bug report is useless.
attached on the origianl ticket, which I sent to the test account.
Perhaps you can now see the problem? If not, please do not hesitate to ask.
steps to reproduce this, provide an example message, or give us *any*
more information, this bug report is useless.
ö show up in incorrect encoding. This causes the browser to
display them as garbage, instead of as letters which they were intended.
This could be fixed by using iconv/recode to re-encode the email into
correct charset.
From: Thomas Lehner <tlehner@thomas-lehner-gmbh.de>
To: info@be-on-net.de
Subject: test2
Content-Type: text/plain; charset=ISO-8859-15; format=flowed
Content-Transfer-Encoding: quoted-printable
=FCber den wolken
The whole message-frame remains empty(white).
State ⇒ Feedback
Priority ⇒ 1. Low
State ⇒ Unconfirmed
New Attachment: error.txt
Queue ⇒ IMP
Summary ⇒ Incorrect handling of iso-8859-1 emails
Type ⇒ Bug
email is encoded using client's encoding, when in reality it is sent
as ISO-8859-1 encoding. Horde should convert the text into client
encoding.