mirror of
https://github.com/chatmail/core.git
synced 2026-05-02 21:06:31 +03:00
smtp: disable buffering while running STARTTLS
Otherwise TLS setup fails on macOS and iOS with `errSSLClosedAbort`. (<https://developer.apple.com/documentation/security/errsslclosedabort>)
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
- Delete expired messages using multiple SQL requests. #4158
|
||||
- Do not emit "Failed to run incremental vacuum" warnings on success. #4160
|
||||
- Ability to send backup over network and QR code to setup second device #4007
|
||||
- Disable buffering during STARTTLS setup. #4190
|
||||
|
||||
## [1.111.0] - 2023-03-05
|
||||
|
||||
|
||||
Reference in New Issue
Block a user