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.
js/postile/view/signup/signup.js
According to Section 3.4.1 of RFC 2822
Address
"test"@example.comshould 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@hkThere 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.comshould also be valid.