diff --git a/src/mimeparser.rs b/src/mimeparser.rs index 38c0b61f6..a168e534c 100644 --- a/src/mimeparser.rs +++ b/src/mimeparser.rs @@ -805,7 +805,7 @@ impl MimeMessage { The second body part contains the control information necessary to verify the digital signature." We simply take the first body part and skip the rest. (see - + for background information why we use encrypted+signed) */ if let Some(first) = mail.subparts.get(0) { any_part_added = self