Modifier and Type | Field and Description |
---|---|
java.util.List<MailboxItemFlag> |
MailboxItem.flags |
Modifier and Type | Field and Description |
---|---|
MailboxItemFlag |
FlagUpdate.mailboxItemFlag
MailboxItemFlag to update |
Modifier and Type | Method and Description |
---|---|
static MailboxItemFlag |
MailboxItemFlag.of(java.lang.String value,
int unused) |
static MailboxItemFlag |
WellKnownFlags.resolve(java.lang.String s) |
MailboxItemFlag |
MailboxItemFlag.System.value() |
Modifier and Type | Method and Description |
---|---|
static FlagUpdate |
FlagUpdate.of(java.util.List<java.lang.Long> itemsId,
MailboxItemFlag flag) |
static FlagUpdate |
FlagUpdate.of(java.lang.Long itemId,
MailboxItemFlag flag) |
Modifier and Type | Method and Description |
---|---|
static java.util.Set<java.lang.String> |
MessageFlagsHelper.asFlags(java.util.Collection<MailboxItemFlag> imapFlags) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<MailboxItemFlag> |
MailboxRecordColumns.extractSystemFlags(int encodedFlags) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractSearchTests.storeMessage(java.lang.String mailboxUniqueId,
java.lang.String userUid,
java.lang.String bodyUid,
long imapUid,
java.util.List<MailboxItemFlag> flags) |
Copyright © 2021. All Rights Reserved.