async fn get_rfc724_mid_in_list(
    context: &Context,
    mid_list: &str
) -> Result<Option<Message>>
Expand description

Given a list of Message-IDs, returns the latest message found in the database.

Only messages that are not in the trash chat are considered.