Normalize attachments

This commit is contained in:
M66B
2021-09-05 19:37:45 +02:00
parent 26c9312c96
commit 21457f908c
2 changed files with 20 additions and 1 deletions

View File

@@ -265,7 +265,7 @@ public class ActivityEML extends ActivityBase {
result.sent = helper.getSent();
result.received = helper.getReceived();
result.subject = helper.getSubject();
result.parts = helper.getMessageParts();
result.parts = helper.getMessageParts(false);
String html = result.parts.getHtml(context);
if (html != null) {