Added auth result

This commit is contained in:
M66B
2023-12-19 09:17:03 +01:00
parent 5a72eaf6f5
commit 3aa13a30ba
7 changed files with 3027 additions and 6 deletions

View File

@@ -2146,6 +2146,7 @@ public class MessageHelper {
List<String> all = new ArrayList<>();
// https://datatracker.ietf.org/doc/html/rfc8601
String[] results = imessage.getHeader("Authentication-Results");
if (results != null)
all.addAll(Arrays.asList(results));