Summary | Can't send mails to IDN-domains (umlaut-domains) |
Queue | IMP |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | slusarz (at) horde (dot) org |
Requester | web_horde (at) r2-passion (dot) net |
Created | 03/29/2007 (6651 days ago) |
Due | |
Updated | 10/26/2007 (6440 days ago) |
Assigned | 10/01/2007 (6465 days ago) |
Resolved | 10/26/2007 (6440 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
Ticket 5836will track the display part of this, so I'm resolving this ticket.State ⇒
Anyway, this will be a non-trivial thing to implement since it will
effect BC - because the obvious place to do this conversion,
MIME_Headers, is split between horde and IMP.
Taken from
Priority ⇒ 2. Medium
reason you changed this to a high priority bug? Can this be resolved
now, or should it be converted into a medium priority enhancement for
displaying IDN addresses?
Priority ⇒ 3. High
Type ⇒ Bug
Version ⇒ HEAD
State ⇒ Feedback
uses seriously. Not even all DNS servers have been updated to make
this work.
It's a nice to have, but definitely not high priority.
impossible to send to these e-mail addresses, so I think that makes it
an important bug to fix (ex. consider a site running IMP 4.2 4 years
from now when everyone is using IDN.) Whether other tools down the
mail chain fail to send these messages is irrelevant.
More important, the fix to make this work was pretty easy. We just
need to make sure before we send a message that we encode. We can
carry around the unencode address at all other times internally.
http://lists.horde.org/archives/cvs/Week-of-Mon-20070326/066469.html
This still leaves the issue of decoding these IDN e-mail addresses for
display purposes, but that is a UI enhancement request rather than a
bug.
uses seriously. Not even all DNS servers have been updated to make
this work.
still works with current DNS servers as these domain names will be
encoded to regular ascii caracters.
I have access to the statistics of a large german webhoster which
hosts far over 100.000 domains. At the moment, 2.77 % of the customers
have umlaut domains. This value is constantly improving.
The customers want to use the horde webmailer but can not send emails
to umlaut domains. Maybe it is not so important to implement this
feature with highest priority, but it still a missing and requested
feature.
I think it is worth to implement this feature as soon as possible.
seriously. Not even all DNS servers have been updated to make this work.
It's a nice to have, but definitely not high priority.
Assigned to Michael Slusarz
Assigned to
State ⇒ Accepted
Priority ⇒ 3. High
Net_IDNA or PECL's idn.
Priority ⇒ 2. Medium
State ⇒ New
Queue ⇒ IMP
Due ⇒ 05/30/2007
Summary ⇒ Can't send mails to IDN-domains (umlaut-domains)
Type ⇒ Enhancement
Browsers search for these IDN-domains by enconding them in punny-code.
Unfortunatelly horde with the module imp can not send emails to those
domains.
It would be great to support these domains, e. g. mail@schöne-welt.info
Tank you.