Update src/mimeparser.rs

This commit is contained in:
Hocuri
2026-01-22 10:59:40 +01:00
parent 90b0f946ec
commit aceb75bd28

View File

@@ -1728,7 +1728,7 @@ impl MimeMessage {
.and_then(|msgid| parse_message_id(msgid).ok())
}
/// Remove headers that are only allowed to be present in an encrypted-and-signed message:
/// Remove headers that are only allowed to be present in an encrypted-and-signed message
fn remove_secured_headers(
headers: &mut HashMap<String, String>,
removed: &mut HashSet<String>,