mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 14:46:31 +02:00
Optionally show text colors
This commit is contained in:
@@ -139,7 +139,7 @@ public class ActivityEML extends ActivityBase {
|
||||
|
||||
result.html = parts.getHtml(context);
|
||||
if (result.html != null) {
|
||||
result.body = HtmlHelper.fromHtml(HtmlHelper.sanitize(context, result.html, false));
|
||||
result.body = HtmlHelper.fromHtml(HtmlHelper.sanitize(context, result.html, false, false));
|
||||
if (result.html.length() > 100 * 1024)
|
||||
result.html = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user