mirror of
https://github.com/chatmail/core.git
synced 2026-04-24 17:06:28 +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.