Update link to K-9 Mail blog post

This commit is contained in:
link2xt
2022-05-15 23:38:27 +00:00
parent 2fc0a0964b
commit d790a5fba9

View File

@@ -805,7 +805,7 @@ impl MimeMessage {
The second body part contains the control information necessary to The second body part contains the control information necessary to
verify the digital signature." We simply take the first body part and verify the digital signature." We simply take the first body part and
skip the rest. (see skip the rest. (see
<https://k9mail.github.io/2016/11/24/OpenPGP-Considerations-Part-I.html> <https://k9mail.app/2016/11/24/OpenPGP-Considerations-Part-I.html>
for background information why we use encrypted+signed) */ for background information why we use encrypted+signed) */
if let Some(first) = mail.subparts.get(0) { if let Some(first) = mail.subparts.get(0) {
any_part_added = self any_part_added = self