issues Search Results · repo:JoshData/python-email-validator language:Python
Filter by
101 results
(103 ms)101 results
inJoshData/python-email-validator (press backspace or delete to remove)When emails contain unicode characters that look similar to ascii characters, an attack vector is possible anytime we
display the unicode email as an identifier of a user without punycode encoding the ...
alanhamlett
- 1
- Opened on May 23
- #157
The definition of validate_email is as follows:
def validate_email(
email,
allow_smtputf8=ALLOW_SMTPUTF8,
allow_empty_local=False,
check_deliverability=CHECK_DELIVERABILITY,
test_environment=TEST_ENVIRONMENT, ...
by-Exist
- 1
- Opened on Feb 13
- #154
Hi Josh,
I’m currently using the email-validator package for a model in FastAPI to validate email addresses.
However, when deploying the code inside a Docker container, I encounter the following error: ...
almsx
- 1
- Opened on Jan 14
- #153
in validate_email, the result of the following deliverability check is always : { unknown-deliverability : timeout }
for this call:
from .deliverability import validate_email_deliverability
deliverability_info ...
majorgilles
- 1
- Opened on Sep 11, 2024
- #150
Hi, I ve just added your project in our Awesome List of Opensource Email Resources
https://github.com/Mindbaz/awesome-opensource-email/blob/main/README.md#email-verification Bye
pydubreucq
- 1
- Opened on Aug 26, 2024
- #149
I checked jca@gm.com (username and domain do not exist) with check_deliverability=True and no error occurs.
jcagpir
- 5
- Opened on Aug 23, 2024
- #148
At the time email-validator does not support other languages in its error messages. This leads us to check for the error
messages and then replace them with our own messages which can be translated. This ...
jubuehrer
- 4
- Opened on Jul 3, 2024
- #147
Is there any interest in maintaining a man page in this repository for the email_validator command, for distribution in
the sdist? I have written one for Fedora based on the documentation already in email_validator/__main__.py, ...
musicinmybrain
- 3
- Opened on Jun 21, 2024
- #146
While working on a project for my company, I found two potential validation issues on the email-validator module. If the
application layer is unaware of these issues, it could result in security vulnerabilities. ...
rskvp93
- 2
- Opened on Jun 17, 2024
- #142

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.