Files
chatmail-core/src/imap
link2xt 035b711ee3 Buffer IMAP client writes
async-imap does not do its own buffering, but calls flush() after
sending each command. Using BufWriter reduces the number of write()
system calls used to send a single command.

Note that BufWriter is set up on top of TLS streams, because
we can't guarantee that TLS libraries flush the stream before
waiting for response.
2023-01-02 11:15:21 +00:00
..
2023-01-02 11:15:21 +00:00
2022-12-09 11:06:34 +00:00
2023-01-02 11:15:21 +00:00