mirror of
https://github.com/chatmail/core.git
synced 2026-04-26 18:06:35 +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())
|
||||
}
|
||||
|
||||
/// 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>,
|
||||
|
||||
Reference in New Issue
Block a user