Files
go-imap/client
Robert G. Jakaboskyandemersion 110181356d Fix client data race.
Need to always wait for the `cmd.WriteTo` to finish before returning
from from `client.execute()`, otherwise another goroutine could be
started before the current on finished.

This data race causes random `short write` errors.
2019-03-04 21:04:20 +01:00
..
2019-03-04 21:04:20 +01:00
2017-11-07 10:04:34 +01:00
2018-05-25 19:01:39 +07:00
2018-05-25 19:01:39 +07:00
2018-02-16 12:03:21 +01:00
2016-04-30 15:48:56 +02:00