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