Commit graph

14 commits

Author SHA1 Message Date
Reinhard Müller
da540d8db2 Clean up parameter list, update docs
See also discussion at
https://github.com/karolyi/py3-validate-email/discussions/57
2021-03-12 01:06:13 +01:00
Reinhard Müller
a18b9690e6 Increase consistency at handling domain literals 2020-04-14 10:45:30 +02:00
Reinhard Müller
d7666bd6ad Introduce EmailAddress class
This unifies the tasks of splitting an email address into user and
domain parts as well as converting an international domain name into the
ASCII-compatible encoding (ACE).
2020-04-13 09:44:50 +02:00
9b174a591f
Beautifying code, updating AUTHORS+CHANGELOG 2020-04-10 13:26:06 +02:00
Reinhard Müller
73814d7f6d Introduce distinct exception classes and logging 2020-04-08 23:56:49 +02:00
908fd4d74e
Modify requirements (+travis), refactor mutual code 2019-11-24 11:59:28 +01:00
42dd94ee18
Separate blacklist check 2019-11-21 15:41:05 +01:00
acad51a5bb
Fixing a rare error where aol.co returns '.' as MX 2019-04-03 21:47:37 +02:00
ab88efe534
Debug off 2019-03-02 02:59:27 +01:00
55dbed2b3a
Debugging 2019-03-02 02:57:14 +01:00
9ea2bb5cf0
Fixing connection error 2019-03-02 02:53:53 +01:00
f11a91ccdc
Fixing tests 2019-03-02 02:25:56 +01:00
443f264fd7
Downloading blacklist.txt on install 2019-03-02 02:17:12 +01:00
ddb08d55fd
Renaming package, adding isort 2019-03-01 23:29:01 +01:00
Renamed from pyemailval/regex_check.py (Browse further)