Complete chain of received headers

This commit is contained in:
M66B
2023-12-16 15:42:43 +01:00
parent c2514ead5f
commit d55b594858
5 changed files with 50 additions and 24 deletions

View File

@@ -118,7 +118,8 @@ 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, null, headers, false);
result.headers = HtmlHelper.highlightHeaders(context,
null, null, null, headers, false);
}
return result;