S/MIME signed receipts are not supported

This commit is contained in:
M66B 2021-10-06 19:05:26 +02:00
parent 9d39102597
commit 8e021abaeb
1 changed files with 2 additions and 0 deletions

View File

@ -2786,6 +2786,8 @@ public class MessageHelper {
} else if ("signed-data".equalsIgnoreCase(smimeType)) {
getMessageParts(part, parts, EntityAttachment.SMIME_SIGNED_DATA);
return parts;
} else if ("signed-receipt".equalsIgnoreCase(smimeType)) {
// https://datatracker.ietf.org/doc/html/rfc2634#section-2
} else {
if (TextUtils.isEmpty(smimeType)) {
String name = ct.getParameter("name");