pub(crate) fn get_encrypted_mime<'a, 'b>( mail: &'a ParsedMail<'b>, ) -> Option<&'a ParsedMail<'b>>
Returns a reference to the encrypted payload of a message.