Files
go-imap/server
Robert G. Jakaboskyandemersion e0b3ebbbcc Fix data race with server continuation requests
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`.
2019-03-04 21:04:20 +01:00
..
2018-01-14 11:08:26 +01:00
2017-11-07 10:04:34 +01:00
2017-11-07 10:54:53 +01:00
2016-08-11 14:19:24 +02:00
2017-12-01 20:06:15 +01:00