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