|
The EAI working group of the IETF has finished (part of) its work on the interationalization of email addresses. This, together with Internationalized Domain Names (IDN) will make it possible to send email messages to non-7 bit ASCII addresses e.g. måtte@københavn.dk or ??@??.?? .
There are 3 RFCs, covering changes to the SMTP protocol, e-mail message format and delivery Status Notifications.
http://www.rfc-editor.org/rfc/rfc5335.txt
http://www.rfc-editor.org/rfc/rfc5336.txt
http://www.rfc-editor.org/rfc/rfc5337.txt
They still have the “Experimental” status, meaning they are not yet a standard. How long this will take to see them in actual products is difficult to guess. Software vendors tend to look at market demand before implementing new features . Hence, it is time to pressure your favourite e-mail client vendor. Tell them you need that. For Microsoft Outlook, you could try here. For Apple Mail, there. For Mozilla Thunderbird, still somewhere else.
Sponsored byCSC
Sponsored byRadix
Sponsored byVerisign
Sponsored byWhoisXML API
Sponsored byIPv4.Global
Sponsored byDNIB.com
Sponsored byVerisign
“Experimental” status means that the RFCs aren’t even being proposed as a standard—they are not on the standards track. That’s not to say that they shouldn’t be implemented, but let’s not misrepresent their status with the the suggestion that they are on track to becoming standards. This is more like running them up the flagpole to see if anyone salutes.
While the basic ideas are sound some of the details are going to cause problems.
[RFC5335]
> the use of normalization form NFC is RECOMMENDED
I’d really love to know the reason for this brilliant idea. This should be MUST instead of RECOMMENDED. The most obvious problem are hash computations and string indexing - both basic building blocks of most anti-spam systems.
If there are only 4 instances of say ö there are 2^4=16 possible MD5 hashs for the “same” header text…