mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-22 22:21:18 +00:00
Suppress mailbox.org flags
This commit is contained in:
parent
5985225017
commit
f7b2ef4958
1 changed files with 3 additions and 1 deletions
|
@ -239,7 +239,9 @@ public class MessageHelper {
|
|||
"$HasAttachment", // Dovecot
|
||||
"$HasNoAttachment", // Dovecot
|
||||
"$IsTrusted", // Fastmail
|
||||
"$X-ME-Annot-2" // Fastmail
|
||||
"$X-ME-Annot-2", // Fastmail
|
||||
"$purchases", // mailbox.org
|
||||
"$social " // mailbox.org
|
||||
));
|
||||
|
||||
// https://tools.ietf.org/html/rfc4021
|
||||
|
|
Loading…
Reference in a new issue