Enable quotes inline

This commit is contained in:
M66B
2019-05-02 13:29:05 +02:00
parent bb3893e3d3
commit bbfb33bae6
6 changed files with 53 additions and 60 deletions

View File

@@ -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(context, result.html, true));
result.body = HtmlHelper.fromHtml(HtmlHelper.sanitize(context, result.html));
ByteArrayOutputStream bos = new ByteArrayOutputStream();
mmessage.writeTo(bos);