Package | Description |
---|---|
org.xwiki.mail |
Modifier and Type | Method and Description |
---|---|
static MailState |
MailState.parse(String state)
Create a MailState object from a String.
|
static MailState |
MailState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MailState[] |
MailState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Iterator<MailStatus> |
MailStatusResult.getByState(MailState state) |
Iterator<MailStatus> |
EmptyMailStatusResult.getByState(MailState state) |
void |
MailStatus.setState(MailState state) |
Constructor and Description |
---|
MailStatus(String batchId,
ExtendedMimeMessage message,
MailState state)
Constructor initializing the MailStatus with mandatory fields (message id, batch id and recipients are extracted
from the passed message, the date is set as now and the state is passed).
|
Copyright © 2004–2021 XWiki. All rights reserved.