pub(crate) fn render_outer_message( unprotected_headers: Vec<(&'static str, HeaderType<'static>)>, outer_message: MimePart<'static>, ) -> String
Stores the unprotected headers on the outer message, and renders it.