mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02:00
Normalize attachments
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user