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: improves email module #233

Merged
merged 1 commit into from
Mar 4, 2023
Merged

Conversation

yozachar
Copy link
Collaborator

@yozachar yozachar commented Mar 3, 2023

  • Uses type hints, improve relevant docs
  • email now has coupling with domain module
  • moves whitelist parameter for future enhancements
  • Regards RFC 1034, RFC 5321 and RFC 5322
  • Updates corresponding tests

Related Items

Issues

PRs

@yozachar yozachar added the review PR: Can be reviewed label Mar 3, 2023
@yozachar yozachar self-assigned this Mar 3, 2023
- Uses type hints, improve relevant docs
- `email` now has coupling with `domain` module
- moves `whitelist` parameter for future enhancements
- Regards [RFC 1034](https://www.rfc-editor.org/rfc/rfc1034), [RFC 5321](https://www.rfc-editor.org/rfc/rfc5321) and [RFC 5322](https://www.rfc-editor.org/rfc/rfc5322)
- Updates corresponding tests

**Related Items**

*Issues*

- Closes python-validators#22
- Closes python-validators#64
- Closes python-validators#115
- Closes python-validators#153
- Closes python-validators#197

*PRs*

- Closes python-validators#134
validators/email.py Show resolved Hide resolved
@yozachar yozachar requested review from kvesteri and removed request for kvesteri March 3, 2023 10:30
@yozachar yozachar removed the review PR: Can be reviewed label Mar 4, 2023
@yozachar yozachar merged commit 6a6bfed into python-validators:master Mar 4, 2023
@yozachar yozachar added the maintenance PR: Alters existing source code label Mar 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance PR: Alters existing source code
Projects
None yet
2 participants