niax / rust-email

Implementation of MIME Messages for Rust
MIT License
62 stars 34 forks source link

MimeMessage::as_string_without_headers() #26

Closed mikedilger closed 8 years ago

mikedilger commented 8 years ago

To send a Mime email, the headers often need to be added to the emailer system separately from the body part. This function allows generation of the body part with all it's children, but without the headers.

mikedilger commented 8 years ago

Good point. I've refactored.