Show from address/sent time in headers

This commit is contained in:
M66B
2023-12-16 10:14:44 +01:00
parent fe37f0bd65
commit 1fac401914
4 changed files with 22 additions and 4 deletions

View File

@@ -118,7 +118,7 @@ public class ActivityDSN extends ActivityBase {
bos.write(buffer, 0, length);
String headers = MessageHelper.decodeMime(bos.toString(StandardCharsets.UTF_8.name()));
result.headers = HtmlHelper.highlightHeaders(context, headers, false);
result.headers = HtmlHelper.highlightHeaders(context, null, headers, false);
}
return result;