pub fn new_html_mimepart(html: String) -> PartBuilder
Expand description

Wraps HTML text into a new text/html mimepart structure.

Used on forwarding messages to avoid leaking the original mime structure and also to avoid sending too much, maybe large data.