pub(crate) async fn rfc724_mid_exists(
    context: &Context,
    rfc724_mid: &str
) -> Result<Option<(MsgId, i64)>>
Expand description