Summary | Mail encoding depends on interface locale |
Queue | IMP |
Queue Version | 5.0.20 |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | photon89 (at) googlemail (dot) com |
Created | 04/20/2012 (4825 days ago) |
Due | |
Updated | 04/21/2012 (4824 days ago) |
Assigned | |
Resolved | 04/21/2012 (4824 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
this option please? I can't find it.
State ⇒ Not A Bug
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Mail encoding depends on interface locale
Type ⇒ Bug
State ⇒ Unconfirmed
containing Cyrillic characters, the characters are transformed to
question marks. This seems to be due to the email being encoded in
ISO-8859-1:
-------------------------------------------------------------------------------------------------------
User-Agent: Internet Messaging Program (IMP) H4 (5.0.20)
Content-Type: text/plain; charset=ISO-8859-1; format=flowed; DelSp=Yes
MIME-Version: 1.0
Content-Disposition: inline
-------------------------------------------------------------------------------------------------------
When sending a mail with Cyrillic characters using the Russian
interface locale, everything is fine (at least the mail saved in the
Sent folder is displayed correctly):
-------------------------------------------------------------------------------------------------------
User-Agent: Internet Messaging Program (IMP) H4 (5.0.20)
Content-Type: multipart/mixed; boundary="=_WlBTVOa8spBPkVEeMHSzfPA"
MIME-Version: 1.0
This message is in MIME format.
--=_WlBTVOa8spBPkVEeMHSzfPA
Content-Type: text/plain; charset=utf-8; format=flowed; DelSp=Yes
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
-------------------------------------------------------------------------------------------------------
I think, email encoding should not depend on the interface locale,
better use UTF8 in all cases.
Using Horde 4.0.14 with Webmail 5.0.20