mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Complete chain of received headers
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user