rust-email icon indicating copy to clipboard operation
rust-email copied to clipboard

Support Content-Transfer-Encoding on message bodies

Open niax opened this issue 11 years ago • 0 comments

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.

niax avatar Dec 22 '14 11:12 niax