mirror of
https://github.com/mjl-/mox.git
synced 2025-06-28 02:28:15 +03:00

we didn't announce starttls as capability, but clients can still try them. we would try to do a handshake with a nil certificate, which would cause a goroutine panic (which is handled gracefully, shutting down the connection). found with code that was doing starttls unconditionally.