fn get_mime_type(
    mail: &ParsedMail<'_>,
    filename: &Option<String>
) -> Result<(Mime, Viewtype)>
Expand description

return mimetype and viewtype for a parsed mail