mirror of
https://github.com/chatmail/core.git
synced 2026-07-16 16:03:40 +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.