py3-validate-email/CHANGELOG.txt

21 lines
492 B
Plaintext
Raw Normal View History

0.1.8:
- Added IDNA domain handling.
0.1.7:
- Handle the SMTPServerDisconnected exception throughout all the SMTP
connection. Try to contact all MXes for a successful probe.
2019-04-03 21:51:47 +02:00
0.1.6:
- Fixed a rare case where aol.co returns '.' in MX that causes an
exception for the SMTP module, with added tests.
2019-03-25 11:13:56 +01:00
0.1.5:
2019-04-03 21:51:47 +02:00
- Handle socket errors (https://docs.python.org/3/library/
socket.html#exceptions)
2019-03-25 11:13:56 +01:00
2019-03-03 22:49:39 +01:00
0.1.4:
- Handle 'No MX record' exception
2019-03-03 15:36:03 +01:00
0.1.3:
- Added ambigious (4xx) response code handling