Skip to content
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

maint: update email module #241

Merged
merged 1 commit into from
Mar 14, 2023
Merged

Conversation

yozachar
Copy link
Collaborator

  • email's domain part is now compliant to RFC 5321
  • it can also accept simple hostname (like localhost)
  • fix missing utf-8 comments

Related Items

Issues

- email's domain part is now compliant to RFC 5321
- it can also accept simple hostname (like `localhost`)
- fix missing `utf-8` comment

**Related Items**

*Issues*

- Closes python-validators#108
- Closes python-validators#142
@yozachar yozachar added enhancement Issue/PR: A new feature review PR: Can be reviewed labels Mar 12, 2023
@yozachar yozachar self-assigned this Mar 12, 2023
@yozachar yozachar removed the review PR: Can be reviewed label Mar 14, 2023
@yozachar yozachar merged commit 9fe2411 into python-validators:master Mar 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Issue/PR: A new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Why does validators.email include localhost in the domain whitelist? Unhandled checks on email validator
1 participant