rust-email
rust-email copied to clipboard
Support Content-Transfer-Encoding on message bodies
It should be possible to set a MimeMessage's body using an &str and have the message handle its own encoding, not unlike the existing decoded_body_bytes and decoded_body_string functions.