Package | Description |
---|---|
com.axemble.vdoc.sdk.enums | |
com.axemble.vdoc.sdk.interfaces.imap |
Modifier and Type | Method and Description |
---|---|
static IIMAPFlag |
IIMAPFlag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IIMAPFlag[] |
IIMAPFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IIMAPMessage.getFlagValue(IIMAPFlag flag)
return the value associated to a flag
|
Collection<IIMAPMessage> |
IIMAPFolder.getMessagesByFlag(IIMAPFlag flag,
boolean value)
return list of messages with a specific flag set or not
|
void |
IIMAPMessage.setFlag(IIMAPFlag flag,
boolean value)
set flag value
|
Copyright © 2024 Visiativ. All rights reserved.