mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Added auth result
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user