Added Gmail label support

This commit is contained in:
M66B
2020-06-25 09:14:05 +02:00
parent 8454f981ad
commit 058cfb031f
18 changed files with 2560 additions and 16 deletions

View File

@@ -161,6 +161,7 @@ public class EntityMessage implements Serializable {
public Boolean flagged = false;
public String flags; // system flags
public String[] keywords; // user flags
public String[] labels; // Gmail
@NonNull
public Integer notifying = 0;
@NonNull