fn get_autocrypt_mime<'a, 'b>( mail: &'a ParsedMail<'b>, ) -> Option<&'a ParsedMail<'b>>
Returns a reference to the encrypted payload of a valid PGP/MIME message.
Returns None if the message is not a valid PGP/MIME message.
None