mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Disabled sign-only
This commit is contained in:
@@ -1263,7 +1263,7 @@ public class MessageHelper {
|
||||
}
|
||||
|
||||
try {
|
||||
if (imessage.isMimeType("multipart/signed")) {
|
||||
if (imessage.isMimeType("_multipart/signed_")) {
|
||||
Multipart multipart = (Multipart) imessage.getContent();
|
||||
if (multipart.getCount() == 2) {
|
||||
getMessageParts(multipart.getBodyPart(0), parts, null);
|
||||
|
||||
Reference in New Issue
Block a user