Commit graph

253 commits

Author SHA1 Message Date
0aa28baddd
v1.0.12 2024-06-02 13:33:23 +02:00
8eda0d946b
Adjust license year 2024-02-05 14:26:39 +01:00
3f3fcc241c
Add ConnectionError handling 2023-12-16 12:50:31 +01:00
8569fd2128
Add issue config 2023-12-01 23:03:12 +01:00
f5ced87b0d
Gitea issue template not fixed yet 2022-12-23 12:41:25 +01:00
883856adaf
Adjusting issue template 2022-12-23 12:40:45 +01:00
9e19f5bf6c
Add available version info 2022-11-21 18:03:56 +01:00
79dc667cb0
Release 1.0.10 2022-11-21 17:38:38 +01:00
32c8f4cdfa
License adjustments 2022-11-17 19:53:28 +01:00
86ac6934e9
Adjust license in setup.py 2022-11-02 18:33:01 +01:00
fd351ba3a4
Release 1.0.8, fixes #98 2022-10-29 12:03:49 +02:00
69be4f4b9c
Release 1.0.7, fixes #95 2022-06-30 00:40:10 +02:00
5f406473eb
Preparing new version, fixes #94 2022-06-28 19:45:17 +02:00
e8646ffe6c
Prepare a new release with new options 2022-06-28 19:13:04 +02:00
667760f723
Don't use a lockfile when the blacklist update is disabled 2021-12-07 12:19:54 +01:00
91fb131abf
Fixes #85, optional skipping of the autoupdate 2021-12-06 17:59:55 +01:00
07512c45db
Fix gitea issue template 2021-12-02 01:07:41 +01:00
1d669960fc
Preparing release 2021-11-17 00:17:01 +01:00
569d8f0db0
More README.md formatting 2021-11-17 00:05:58 +01:00
996787e472
Remove backslashes 2021-11-16 23:54:19 +01:00
51bd9f459c
Fix linked images 2021-11-16 23:52:29 +01:00
a248d9ad19
Migrating to gitea part 1 2021-11-16 23:38:37 +01:00
4420df2eb9
Add moar python 2021-09-15 18:44:36 +02:00
85ecd1a600
Fix isort 2021-09-15 18:35:51 +02:00
4359436f2a
Trying to fix travis 2021-09-15 18:24:42 +02:00
2067a54984
Closes #79, handle recovery from an SSLError, make use of SSLContext 2021-09-15 18:12:19 +02:00
077e91d0bd
README.rst readability improvements 2021-09-13 18:34:16 +02:00
853bfc15e7
Add warning to issue template 2021-09-02 11:49:17 +02:00
e7c818b2c2
Trying to trigger travis 2021-08-23 19:15:10 +02:00
b9ab3b9d39
Update the renamed disposable-email-domains repo address 2021-08-23 16:53:25 +02:00
3f48c066d8
Merge pull request #75 from pomma89/ambigious-typo
"ambigious" typo
2021-07-24 10:42:47 +00:00
b6bc0ca47d ambigious --> ambiguous
Also added a missing "is" into a log message.
2021-07-24 11:07:38 +02:00
d476b8684e
Fix dnspython dependency, closes #74
Preparing bugfix release 1.0.1
2021-07-19 17:25:49 +02:00
491222f496
Fixing bug_report.md 2021-03-14 14:32:08 +01:00
a0b19a06e9
Bumping actual version 2021-03-14 14:27:13 +01:00
fc117e087e
Merge branch 'version-1.0.0' 2021-03-14 14:11:28 +01:00
92194c93d5
Bump idna dependency 2021-03-14 14:06:46 +01:00
ed7e0e96d9
Merge pull request #63 from reinhard-mueller/master
Next step towards 1.0.0
2021-03-14 12:54:32 +00:00
Reinhard Müller
dbd0c1285d Small formatting and doc tweaks 2021-03-14 13:24:24 +01:00
8641dfe091
Adjust bugreport template 2021-03-13 17:19:47 +01:00
Reinhard Müller
cd47b2ef66 Fix typo 2021-03-13 11:06:23 +01:00
Reinhard Müller
1cdd99b3f1 Add some more (hopefully helpful) remarks to the FAQ 2021-03-13 11:04:51 +01:00
Reinhard Müller
7729037830 Add extensive unit tests for smtp_check module 2021-03-12 14:38:44 +01:00
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
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
2021-03-11 16:09:09 +01:00
1d5e7810ae
Cleaning up changelog 2021-03-07 13:23:57 +01:00
4103a3a1b3
Adjust CHANGELOG.txt 2021-03-07 13:02:21 +01:00
9088279c11
Merge pull request #58 from reinhard-mueller/master
Clean up before major release
2021-03-07 11:59:25 +00:00
Reinhard Müller
e1684f7f72 Make isort happy 2021-03-03 21:53:25 +01:00
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.
2021-03-02 18:30:13 +01:00