async-email / async-smtp

Apache License 2.0
60 stars 13 forks source link

Add pipelining extension support #54

Closed link2xt closed 1 year ago

link2xt commented 1 year ago

Closes #48

link2xt commented 1 year ago

This is not as useful as it could be because of incorrect buffering. We should attach BufWriter on top and only flush after sending DATA. But this is for another PR.