-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
js/postile/view/signup/signup.js
According to Section 3.4.1 of RFC 2822
Address
"test"@example.com
should be valid. However, because of an extra space,
(\ ".+")
it fails.
Also according to RFC 1034 and the document above.
The domain part of the email can be more flexible
There can be CNAME email address such as
example@hk
There can be IPv6 email address such as
example@[1::3F]
Since the unicode domain name is part of RFC or IETS
Some weird email address such as
example@exàmple.com
should also be valid.
Metadata
Metadata
Assignees
Labels
No labels