summary refs log tree commit diff
path: root/changelog.d/16155.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.92.0rc1David Robertson2023-09-051-1/+0
|
* Support IPv6-only SMTP servers (#16155)Evilham2023-08-291-0/+1
Use Twisted HostnameEndpoint to connect to SMTP servers (instead of connectTCP/connectSSL) which properly supports IPv6-only servers.