mail: Fix new breakage on python 2.7 (#49197)

* mail: Fix new breakage on python 2.7

* Add changelog fragment

* Add basic SMTP testing

* Add SMTP integration tests using starttls and TLS
This commit is contained in:
Dag Wieers
2018-12-10 19:25:33 +01:00
committed by Toshio Kuratomi
parent eae81e36fd
commit 7b01725bb5
7 changed files with 215 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- mail - fix python 2.7 regression