From d790a5fba9199ee9a7459522793d3e56140559e2 Mon Sep 17 00:00:00 2001 From: link2xt Date: Sun, 15 May 2022 23:38:27 +0000 Subject: [PATCH] Update link to K-9 Mail blog post --- src/mimeparser.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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