pub fn normalize_msgid(msgid: &str) -> StringExpand description
Normalize a Message-ID for lookup/dedup: trim whitespace and lowercase.
Angle brackets are preserved if present so display values stay unchanged;
comparison keys always use this form so " <A@B> " matches "<a@b>".