Added basic DMARC viewer

This commit is contained in:
M66B
2022-03-10 09:12:59 +01:00
parent bca13b5156
commit 46cfcdcf7e
11 changed files with 568 additions and 1 deletions

View File

@@ -698,7 +698,8 @@ public class Helper {
"message/delivery-status".equals(type) ||
"message/disposition-notification".equals(type) ||
"text/rfc822-headers".equals(type) ||
"text/x-amp-html".equals(type)))
"text/x-amp-html".equals(type) ||
"text/xml".equals(type) /* DMARC */))
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_CLEAR_TASK);
if (!TextUtils.isEmpty(name))