| Package | Description |
|---|---|
| com.openindex.openestate.tool.mail | |
| com.openindex.openestate.tool.mail.db |
| Modifier and Type | Method and Description |
|---|---|
static MailPriority |
MailPriority.readFromHeader(DbMailPart mail) |
static MailPriority |
MailPriority.readFromHeader(javax.mail.Message mail) |
static MailPriority |
MailPriority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MailPriority[] |
MailPriority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
MailPriority.writeToHeader(MailPriority priority,
org.apache.commons.mail.Email mail) |
static void |
MailPriority.writeToHeader(MailPriority priority,
javax.mail.Message mail) |
| Modifier and Type | Method and Description |
|---|---|
MailPriority |
DbMailAccount.getEditorPriority() |
| Modifier and Type | Method and Description |
|---|---|
void |
DbMailAccount.setEditorPriority(MailPriority priority) |
Copyright © 2015 OpenEstate. All rights reserved.