mirror of https://github.com/M66B/FairEmail.git
S/MIME signed receipts are not supported
This commit is contained in:
parent
9d39102597
commit
8e021abaeb
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue