mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 02:50:56 +01:00
Show original html in eml viewer
This commit is contained in:
@@ -102,8 +102,8 @@ public class ActivityEml extends ActivityBase {
|
||||
}
|
||||
result.parts = HtmlHelper.fromHtml(sb.toString());
|
||||
|
||||
result.html = HtmlHelper.sanitize(parts.getHtml(context), true);
|
||||
result.body = HtmlHelper.fromHtml(result.html);
|
||||
result.html = parts.getHtml(context);
|
||||
result.body = HtmlHelper.fromHtml(HtmlHelper.sanitize(result.html, true));
|
||||
|
||||
ByteArrayOutputStream bos = new ByteArrayOutputStream();
|
||||
mmessage.writeTo(bos);
|
||||
|
||||
Reference in New Issue
Block a user