stalwartlabs / mail-send

E-mail delivery library for Rust with DKIM support
https://docs.rs/mail-send/
Apache License 2.0
206 stars 21 forks source link

impl IntoMessage for Message #28

Closed soywod closed 7 months ago

soywod commented 8 months ago

I need the exact conversion method as defined here: https://github.com/stalwartlabs/mail-send/blob/d97850d0c93fc9502097c2073f361458b54f5cf5/src/smtp/message.rs#L283-L285 but from a mail_parser::Message. Would you accept a PR based on the same logic, behind a mail-parser cargo feature?

mdecimus commented 7 months ago

Sure!

soywod commented 7 months ago

Could you release a new minor version, if possible?

mdecimus commented 7 months ago

Done