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