Prefer TLS over STARTTLS during autoconfiguration

This commit is contained in:
link2xt
2023-02-10 10:12:35 +00:00
parent 386b5bb848
commit c9b2ad4ffa
2 changed files with 46 additions and 9 deletions

View File

@@ -5,6 +5,7 @@
## Changes
- Use read/write timeouts instead of per-command timeouts for SMTP #3985
- Cache DNS results for SMTP connections #3985
- Prefer TLS over STARTTLS during autoconfiguration #4021
## Fixes
- Fix Securejoin for multiple devices on a joining side #3982