mirror of
https://github.com/chatmail/core.git
synced 2026-05-11 19:06:29 +03:00
Update src/mimeparser.rs
This commit is contained in:
@@ -1728,7 +1728,7 @@ impl MimeMessage {
|
|||||||
.and_then(|msgid| parse_message_id(msgid).ok())
|
.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(
|
fn remove_secured_headers(
|
||||||
headers: &mut HashMap<String, String>,
|
headers: &mut HashMap<String, String>,
|
||||||
removed: &mut HashSet<String>,
|
removed: &mut HashSet<String>,
|
||||||
|
|||||||
Reference in New Issue
Block a user