mirror of
https://github.com/emersion/go-imap
synced 2026-07-04 04:18:33 +00:00
Don't need to use a lock for blocking sending of responses. The `server.(*conn).send()` goroutine only accesses the connection's `io.Writer` and `Server().ErrorLog`.