Function deltachat::tools::extract_grpid_from_rfc724_mid
source · pub(crate) fn extract_grpid_from_rfc724_mid(mid: &str) -> Option<&str>
Expand description
Extract the group id (grpid) from a message id (mid)
§Arguments
mid
- A string that holds the message id. Leading/Trailing <> characters are automatically stripped.