|
|
@ -138,6 +138,7 @@ public class MessageHelper {
|
|
|
|
static final String FLAG_FORWARDED = "$Forwarded";
|
|
|
|
static final String FLAG_FORWARDED = "$Forwarded";
|
|
|
|
static final String FLAG_NOT_JUNK = "$NotJunk";
|
|
|
|
static final String FLAG_NOT_JUNK = "$NotJunk";
|
|
|
|
static final String FLAG_CLASSIFIED = "$Classified";
|
|
|
|
static final String FLAG_CLASSIFIED = "$Classified";
|
|
|
|
|
|
|
|
static final String FLAG_FILTERED = "$Filtered";
|
|
|
|
|
|
|
|
|
|
|
|
// https://www.iana.org/assignments/imap-jmap-keywords/imap-jmap-keywords.xhtml
|
|
|
|
// https://www.iana.org/assignments/imap-jmap-keywords/imap-jmap-keywords.xhtml
|
|
|
|
// Not black listed: Gmail $Phishing
|
|
|
|
// Not black listed: Gmail $Phishing
|
|
|
@ -145,6 +146,7 @@ public class MessageHelper {
|
|
|
|
MessageHelper.FLAG_FORWARDED,
|
|
|
|
MessageHelper.FLAG_FORWARDED,
|
|
|
|
MessageHelper.FLAG_NOT_JUNK,
|
|
|
|
MessageHelper.FLAG_NOT_JUNK,
|
|
|
|
MessageHelper.FLAG_CLASSIFIED, // FairEmail
|
|
|
|
MessageHelper.FLAG_CLASSIFIED, // FairEmail
|
|
|
|
|
|
|
|
MessageHelper.FLAG_FILTERED, // FairEmail
|
|
|
|
"$MDNSent", // https://tools.ietf.org/html/rfc3503
|
|
|
|
"$MDNSent", // https://tools.ietf.org/html/rfc3503
|
|
|
|
"$SubmitPending",
|
|
|
|
"$SubmitPending",
|
|
|
|
"$Submitted",
|
|
|
|
"$Submitted",
|
|
|
|