1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-07 23:16:37 +00:00

Assume application/pgp-encrypted on missing protocol

This commit is contained in:
M66B 2021-02-24 18:20:06 +01:00
parent d3f4f29d0c
commit 861596e956

View file

@ -2384,7 +2384,7 @@ public class MessageHelper {
} else if (part.isMimeType("multipart/encrypted")) {
ContentType ct = new ContentType(part.getContentType());
String protocol = ct.getParameter("protocol");
if ("application/pgp-encrypted".equals(protocol)) {
if ("application/pgp-encrypted".equals(protocol) || protocol == null) {
Multipart multipart = (Multipart) part.getContent();
if (multipart.getCount() == 2) {
// Ignore header