FYI.<br>I was in Gmail team and wrote the email address validation code which we are currently using.<br>Gmail's validation rules are:<br> - require "@"<br> - local-part should be<br>   - quoted-string without CFWS and FWS, or<br>


   - 1*(atext / ".")    This means dot-atom-text without "."
restriction.  This looseness was introduced for Japanese cell phone
addresses.<br> - domain-part should be [a-zA-Z0-9]+(\.[a-zA-Z0-9]+)+<br>
    It requires at least 1 dot.  The last non-dot sequence should have at least 2 characters.<br><br>I have never heard requests to support for non-ASCII characters other than IDN.<br><font color="#888888"><br></font>-- <br>

TAMURA Kent <br>Software Engineer, Google <br><br><br><br>