mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-03 23:56:07 +02:00
Added logging
This commit is contained in:
@@ -2353,8 +2353,10 @@ public class MessageHelper {
|
||||
parts.attachments.add(apart);
|
||||
|
||||
return parts;
|
||||
}
|
||||
}
|
||||
} else
|
||||
Log.e(ct + " parts=" + multipart.getCount());
|
||||
} else
|
||||
Log.e(ct.toString());
|
||||
} else if (part.isMimeType("multipart/encrypted")) {
|
||||
ContentType ct = new ContentType(part.getContentType());
|
||||
String protocol = ct.getParameter("protocol");
|
||||
@@ -2364,8 +2366,10 @@ public class MessageHelper {
|
||||
// Ignore header
|
||||
getMessageParts(multipart.getBodyPart(1), parts, EntityAttachment.PGP_MESSAGE);
|
||||
return parts;
|
||||
}
|
||||
}
|
||||
} else
|
||||
Log.e(ct + " parts=" + multipart.getCount());
|
||||
} else
|
||||
Log.e(ct.toString());
|
||||
} else if (part.isMimeType("application/pkcs7-mime") ||
|
||||
part.isMimeType("application/x-pkcs7-mime")) {
|
||||
ContentType ct = new ContentType(part.getContentType());
|
||||
|
||||
Reference in New Issue
Block a user