async fn get_parent_message(
    context: &Context,
    mime_parser: &MimeMessage
) -> Result<Option<Message>>
Expand description

Returns the last message referenced from References: header found in the database.

If none found, tries In-Reply-To: as a fallback for classic MUAs that don’t set the References: header.