mirror of
https://github.com/chatmail/core.git
synced 2026-07-15 15:33:07 +03:00
async-smtp does not implement read buffering anymore and expects library user to implement it. To implement read buffer, we wrap streams into BufStream instead of BufWriter.