mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 06:38:29 +02:00
Mark tracking images
This commit is contained in:
@@ -103,7 +103,7 @@ public class ActivityEml extends ActivityBase {
|
||||
result.parts = HtmlHelper.fromHtml(sb.toString());
|
||||
|
||||
result.html = parts.getHtml(context);
|
||||
result.body = HtmlHelper.fromHtml(HtmlHelper.sanitize(result.html, true));
|
||||
result.body = HtmlHelper.fromHtml(HtmlHelper.sanitize(context, result.html, true));
|
||||
|
||||
ByteArrayOutputStream bos = new ByteArrayOutputStream();
|
||||
mmessage.writeTo(bos);
|
||||
|
||||
Reference in New Issue
Block a user