We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c980c5 commit afb7e2aCopy full SHA for afb7e2a
src/mimeparser.rs
@@ -1719,7 +1719,7 @@ impl MimeMessage {
1719
.and_then(|msgid| parse_message_id(msgid).ok())
1720
}
1721
1722
- /// 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
1723
fn remove_secured_headers(
1724
headers: &mut HashMap<String, String>,
1725
removed: &mut HashSet<String>,
0 commit comments