If it's possible, should I accept such emails from users and what problems to expect when I will be sending mails to such addresses?
相关问题
- How to add sender name before sender address in py
- Android: Using Intent to send email - only offerin
- Verify if an email address exists or not
- How can I add condition on mail notification larav
- Non English (Hebrew) output in RStudio console
相关文章
- How do I make a forward e-mail link?
- xslt localization
- Debug HTML Email in Gmail App
- Sending email using php, gmail, and swiftmailer ca
- “Intl not available” in Edge 15
- Android - getting an error “no application can per
- How can the Return-Path header be different than t
- Regex Email - Ignore leading and trailing spaces?
Update 2015: Use RFC 6532
The experimental 5335 has been Obsoleted by: 6532 and
this later has been set to "Category: Standards Track",
making it the standard.
The Section 3.2 (Syntax Extensions to RFC 5322) has updated most text fields to
include (proper) UTF-8.
Please note the explicit inclusion of Domains.
And the explicit exclusion of header names.
Also Note about NFKC:
And Section 3 start:
short answer: yes
not only in the username but also in the domain name are allowed.
Officially, per RFC 6532 - Yes.
For a quick explanation, check out wikipedia on the subject.
Not yet. The IEEE plans to do this: H-Online article: IEFT planning internationalised email addresses, here is the RfC: SMTP Extension for Internationalized Email Addresses
Quote from H-Online (as it went down):
The problem is that some mail clients (server-tools and / or desktop tools) don't support it and throw an 'invalid email' exception when you try to send a mail to an address which contains umlauts for example.
If you want full support, you could do the trick with converting the email-address parts to "punycode". This allows users to type in their addresses the usual way but you save it the supported-level way.
Example: müller.com » xn--mller-kva.com
Both points to the same thing.
I would assume yes since a number of top level domains already allow non ascii characters for domains and since the domain is part of an email address, it's perfectly possible. An example for such a domain would be www.öko.de