Summary | Preference for default encoding |
Queue | IMP |
Queue Version | HEAD |
Type | Enhancement |
State | Resolved |
Priority | 2. Medium |
Owners | slusarz (at) horde (dot) org |
Requester | ditsa (at) ccf (dot) auth (dot) gr |
Created | 09/29/2005 (7281 days ago) |
Due | |
Updated | 03/31/2006 (7098 days ago) |
Assigned | 10/25/2005 (7255 days ago) |
Resolved | 03/31/2006 (7098 days ago) |
Milestone | |
Patch | No |
State ⇒ Resolved
Enhancement has been completed so closing ticket - bug reports should
go into new tickets.
really test it unfortunately, because Cyrus doesn't allow unencoded
8bit characters in headers anyway.
had the preference set to '' (for Default RFC Encoding) by default.
If we would have a blank option, and ship with blank (i.e. us-ascii)
as the default, then the 'default_charset' globals don't get set and
none of the convertCharset() calls are triggered.
I guess what I am trying to say is I believe we should ship with the
default as 'US-ASCII' (i.e. replace the 'ISO-8859-1' entry with
US-ASCII) since this is the "proper" RFC-compliant charset to use by
default.
test it unfortunately, because Cyrus doesn't allow unencoded 8bit
characters in headers anyway.
In that case, we really need to change the preference defaults back to
'US-ASCII' rather than this code:
'value' => isset($GLOBALS['nls']['emails'][$GLOBALS['language']])
? $GLOBALS['nls']['emails'][$GLOBALS['language']]
: (isset($GLOBALS['nls']['charsets'][$GLOBALS['language']])
? $GLOBALS['nls']['charsets'][$GLOBALS['language']]
: 'ISO-8859-1'),
Because those convertCharset calls are going to add up in a hurry.
Assigned to Michael Slusarz
Taken from Jan Schneider
State ⇒ Feedback
Horde 3.1.1.
State ⇒ Assigned
Summary ⇒ Preference for default encoding
State ⇒ Accepted
broken messages.
But this happens with so many mailers that it makes sense to define a
default encoding for messages that don't define a proper charset. This
has been requested several times, as such a feature exists in other
mail clients too. I plan to implement this for a while already, but
didn't get to it yet.
A patch would be great. But this shouldn't be a selection in the
message view, but a preference for all messages.
Priority ⇒ 2. Medium
Type ⇒ Enhancement
Summary ⇒ IMP encoding problem
Queue ⇒ IMP
State ⇒ New
message from hotmail or Outlook. Both don?t include encoding
information in the subject, while hotmail doesn?t as well include
encoding headers information, which is responsible for the body of the
message.
Is there a way to include a drop-down menu in the message window with
encoding options or the encoding in the above-mentioned cases to be
selected automatically according to the chosen by the user language
(e.g. ISO-8859-7 for Greek)?
We are willing to contribute with code if necessary in order to
provide this feature.