pub fn collect_message_body_candidates(
message: &GmailMessage,
) -> GmailCodeResult<Vec<MessageBodyCandidate>>Expand description
Collects decoded text/plain and text/html body candidates from a Gmail message.
pub fn collect_message_body_candidates(
message: &GmailMessage,
) -> GmailCodeResult<Vec<MessageBodyCandidate>>Collects decoded text/plain and text/html body candidates from a Gmail message.