-
-
Notifications
You must be signed in to change notification settings - Fork 267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
í is not considered a valid character in the email address #457
Comments
Would you mind to work on a PR? |
Is í the only character that has an issue in this case, or are we looking at a bunch of characters that include í ? I think either way, it might be a good idea to add/expand the unit tests to include such cases (if the RFC allows it) as part of the fix. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
we have an email
joemartínez@google.com
which is indeed a valid email address. ButMailChecker.isValid("joemartínez@google.com")
returnsfalse
for this because the regex that you're using doesn't match thisThe text was updated successfully, but these errors were encountered: