Hi guys,
my findings.
1. email, local part without special chars domain with special chars
e.g.
test@dömäin.at:
Send from GMX (
http://www.gmx.net) -> Error 5.1.2: cannot resolve your
domain name
Send from my postfix 2.5.x -> Error 5.1.3 Bad recipient address syntax
Send form Gmail -> Error that there are unsupported chars in the mail
address
2. email, local part without s. chars, domain in punycode e.g.
te...@xn--dmin-moa0i.at:
works with all 3 above
3. local part with special chars e.g. löcä
l...@test.at, löcä
l@dömäin.at,
löcä
l...@xn--dmin-moa0i.at
Does not work in any case. Tested with Thunderbird 2.0.0.23, Gmail,
4. local part punycode + domain punycode:
works with all 3 (gmail, postfix, gmx)
---
@infograf768
You are right, with encoding to punycode J! could also support IDN
emails as of today. Regarding rss feeds and weblinks, this should work
too as IDN domains had been around for some years now.
On Nov 28, 7:42 am, infograf768 <
infograf...@gmail.com> wrote:
> Thanks for the research.
> This document replies to Sam's question.
> "In the future, Internet users can use their native languages as
> mailbox names to send and receive e-mail"
> i.e. we will indeed have some emails like
> xn--infgraf-...@xn--domani-gva.xn--p1ai
>
> As soon as these will be implemented, ISPs and all will have to adapt.
> As 1.6 and subsequent versions will certainly have to deal with this,
> I guess it would still be good to be prepared.
> What we could maybe do is list all necessary tasks and where to
> implement them in code.
> 1. Acceptutf8mails in clear from registered users (rather simple)
> > > >
http://tools.ietf.org/html/rfc4952andhttp://tools.ietf.org/html/rfc53...that UTF-8 is going
> > > > to be used, at least encouraged for local parts. Doesn't seem to be a
> > > > clear defined standard on these yet especially given the punycode
> > > > decision. Is there any MTA that supports this stuff yet anyway?
>
> > > > Sam Moffatthttp://
pasamio.id.au
>
> > > > On Mon, Nov 23, 2009 at 7:25 PM, infograf768 <
infograf...@gmail.com> wrote:
>
> > > > > yes, we have to look into this weblinks issue too.
> > > > > I guess we would have to prevent percent encodings for these urls.
>
> > > > > Concerning emails:
>
> > > > > 1. Concerning internal Joomla mail functionnalities:
> > > > > I hacked
> > > > > function isEmailAddress($email)
> > > > > in
> > > > > libraries/joomla/mail/helper.php
> > > > > and I now can getutf8emails saved in db (the hack needs some look to
> > > > >> > We have no access yet toutf8tlds although part of domains before the
> > > > >> > > > > > > Not only slugs can beutf8using percent encodings (see the 1.5 system
> > > > >> > > > > > > plugin I released recently) , but since last week's ICANN decision,
> > > > >> > > > > > > newutf8domain names are to be created soon. Egypt takes the lead.
>
> > > > >> > > > > > > Is Joomla ready ?
> > > > >> > > > > > > Not that I can see.
>
> > > > >> > > > > > > I tested using an external Link menu item entering what we would have
> > > > >> > > > > > > to deal quite soon.
> > > > >> > > > > > > http://نطاقي.مصر
> > > > >> > > > > > > which basically means
> > > > >> > > > > > >
http://mydomain.egypt
>
> > > > >> > > > > > > And I get the following slug
> > > > >> > > > > > >
http://xn--mgb5a8anx.xn--wgbh1c/<http://نطاقي.مصر/>
> > > > >> > > > > > > instead of percent encoding
>
> ...
>
> read more »