mirror of
https://github.com/emersion/go-imap
synced 2026-07-02 16:12:28 +00:00
Client.replies was previously unexported, making it impossible to implement AUTHENTICATE-like responses (e.g. IDLE) outside of the client package. This commit adds responses.Replier and makes the replies channel per-command.