László Károlyi
f5ced87b0d
Gitea issue template not fixed yet
3 months ago
László Károlyi
883856adaf
Adjusting issue template
3 months ago
László Károlyi
9e19f5bf6c
Add available version info
4 months ago
László Károlyi
79dc667cb0
Release 1.0.10
4 months ago
László Károlyi
32c8f4cdfa
License adjustments
4 months ago
László Károlyi
86ac6934e9
Adjust license in setup.py
5 months ago
László Károlyi
fd351ba3a4
Release 1.0.8, fixes #98
5 months ago
László Károlyi
69be4f4b9c
Release 1.0.7, fixes #95
9 months ago
László Károlyi
5f406473eb
Preparing new version, fixes #94
9 months ago
László Károlyi
e8646ffe6c
Prepare a new release with new options
9 months ago
László Károlyi
667760f723
Don't use a lockfile when the blacklist update is disabled
1 year ago
László Károlyi
91fb131abf
Fixes #85 , optional skipping of the autoupdate
1 year ago
László Károlyi
07512c45db
Fix gitea issue template
1 year ago
László Károlyi
1d669960fc
Preparing release
1 year ago
László Károlyi
569d8f0db0
More README.md formatting
1 year ago
László Károlyi
996787e472
Remove backslashes
1 year ago
László Károlyi
51bd9f459c
Fix linked images
1 year ago
László Károlyi
a248d9ad19
Migrating to gitea part 1
1 year ago
László Károlyi
4420df2eb9
Add moar python
2 years ago
László Károlyi
85ecd1a600
Fix isort
2 years ago
László Károlyi
4359436f2a
Trying to fix travis
2 years ago
László Károlyi
2067a54984
Closes #79 , handle recovery from an `SSLError`, make use of `SSLContext`
2 years ago
László Károlyi
077e91d0bd
README.rst readability improvements
2 years ago
László Károlyi
853bfc15e7
Add warning to issue template
2 years ago
László Károlyi
e7c818b2c2
Trying to trigger travis
2 years ago
László Károlyi
b9ab3b9d39
Update the renamed disposable-email-domains repo address
2 years ago
László Károlyi
3f48c066d8
Merge pull request #75 from pomma89/ambigious-typo
...
"ambigious" typo
2 years ago
Alessio Parma
b6bc0ca47d
ambigious --> ambiguous
...
Also added a missing "is" into a log message.
2 years ago
László Károlyi
d476b8684e
Fix dnspython dependency, closes #74
...
Preparing bugfix release 1.0.1
2 years ago
László Károlyi
491222f496
Fixing bug_report.md
2 years ago
László Károlyi
a0b19a06e9
Bumping actual version
2 years ago
László Károlyi
fc117e087e
Merge branch 'version-1.0.0'
2 years ago
László Károlyi
92194c93d5
Bump idna dependency
2 years ago
László Károlyi
ed7e0e96d9
Merge pull request #63 from reinhard-mueller/master
...
Next step towards 1.0.0
2 years ago
Reinhard Müller
dbd0c1285d
Small formatting and doc tweaks
2 years ago
László Károlyi
8641dfe091
Adjust bugreport template
2 years ago
Reinhard Müller
cd47b2ef66
Fix typo
2 years ago
Reinhard Müller
1cdd99b3f1
Add some more (hopefully helpful) remarks to the FAQ
2 years ago
Reinhard Müller
7729037830
Add extensive unit tests for smtp_check module
2 years ago
Reinhard Müller
da540d8db2
Clean up parameter list, update docs
...
See also discussion at
https://github.com/karolyi/py3-validate-email/discussions/57
2 years ago
Reinhard Müller
1b9b0682cd
Improve emulation of true SMTP process
...
* Check the SMTP servers in order of priority instead of random order.
* Handle SMTPServerDisconnected like a 451 status as recommended by RFC
5321.
* Exit early by directly raising CommunicationError on the first 5xx
SMTPResponseException.
See also the discussion at
https://github.com/karolyi/py3-validate-email/discussions/61
2 years ago
László Károlyi
1d5e7810ae
Cleaning up changelog
2 years ago
László Károlyi
4103a3a1b3
Adjust CHANGELOG.txt
2 years ago
László Károlyi
9088279c11
Merge pull request #58 from reinhard-mueller/master
...
Clean up before major release
2 years ago
Reinhard Müller
e1684f7f72
Make isort happy
2 years ago
Reinhard Müller
bcbadbab65
Split mx_check into dns_check and smtp_check
...
This will allow us to cleanly and consistently keep the four
verification steps separate: format (regex) - blacklist - dns - smtp.
2 years ago
Reinhard Müller
a0f1cd1b04
Improve logging options
...
Issue our own log messages independently of the "debug" parameter, so a
user can activate our log messages through Python's standard logger
config features, while still having dsabled smtplib's debug messages,
which are very verbose and always go to stderr.
Change the log output for failed and ambiguous verifications from
"warning" to "info" as this is a normal function of the library and not
something that would require attention. Also this makes sure that no log
output is generated if logging is not configured at all (default is to
only display warning and above).
2 years ago
László Károlyi
c6c3c18ebe
Fix unused import so travis won't chimp out
2 years ago
László Károlyi
1d0207f762
Fix names
2 years ago
László Károlyi
09e5e56d48
Adding initial SMTPCheckerTest tests
2 years ago