mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02:00
Added checking block lists
This commit is contained in:
@@ -108,7 +108,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);
|
||||
result.headers = HtmlHelper.highlightHeaders(context, headers, false);
|
||||
}
|
||||
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user