Skip to content

rejecting email#134

Closed
ShivaShankerReddy wants to merge 4 commits intopython-validators:masterfrom
ShivaShankerReddy:master
Closed

rejecting email#134
ShivaShankerReddy wants to merge 4 commits intopython-validators:masterfrom
ShivaShankerReddy:master

Conversation

@ShivaShankerReddy
Copy link
Copy Markdown

rejecting emails if length of recipient is greater than 64 and if recipient has @ symbol.

@nandgator nandgator added the outdated Issue/PR: Open for more than 3 months label Mar 3, 2023
nandgator added a commit to nandgator/pyvalidators that referenced this pull request Mar 3, 2023
- Uses type hints, improve relevant docs
- `email` now has coupling with `domain` module
- moves whitelist 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
- Closes python-validators#197

*PRs*

- Closes python-validators#134
nandgator added a commit to nandgator/pyvalidators that referenced this pull request 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
@nandgator nandgator closed this in 0321a40 Mar 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

outdated Issue/PR: Open for more than 3 months

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants