| Summary | libraries to compose "From" header with Polish locales makes errors |
| Queue | Horde Framework Packages |
| Queue Version | HEAD |
| Type | Bug |
| State | Not A Bug |
| Priority | 2. Medium |
| Owners | |
| Requester | bartek (at) bmk-it (dot) com |
| Created | 11/17/2006 (6932 days ago) |
| Due | |
| Updated | 11/29/2006 (6920 days ago) |
| Assigned | |
| Resolved | 11/17/2006 (6932 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
mail message header, so it is necessary to encode any of these
characters... say a Polish character. And sure enough, IMP is
encoding the header.
Then you can write here personal info with Polish Letters (it will be
in FROM header sending mail). And when I use some Polish letter the
header looks like:
From: =?iso-8859-2?b?V29kb2NpsWdpIA==?= =?iso-8859-2?b?U7N1cHNr?= -
=?iso-8859-2?b?TXLzemVr?= <address@somedomain.pl>
Summary ⇒ libraries to compose "From" header with Polish locales makes errors
State ⇒ Not A Bug
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ libraries to compse "From" header with Polish locales makes errors
Queue ⇒ Horde Framework Packages
State ⇒ Unconfirmed
locales like "?" or "?" if I send message compose_message() creates
something like:
From: Name Surname - =?iso-8859-2?b?V29kb2NpsWdpIA==?=
=?iso-8859-2?b?U7N1cHNr?= <name@domainname.pl>
IMHO _rfc822Encode() or something like this. DO you have any idea how
to ommit it?