Package | Description |
---|---|
org.apache.james.mpt.api | |
org.apache.james.mpt.host |
Modifier and Type | Method and Description |
---|---|
static ImapFeatures.Feature |
ImapFeatures.Feature.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImapFeatures.Feature[] |
ImapFeatures.Feature.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<ImapFeatures.Feature> |
ImapFeatures.supportedFeatures() |
Modifier and Type | Method and Description |
---|---|
static ImapFeatures |
ImapFeatures.of(ImapFeatures.Feature... features) |
boolean |
ImapFeatures.supports(ImapFeatures.Feature... features) |
boolean |
ImapHostSystem.supports(ImapFeatures.Feature... features) |
Modifier and Type | Method and Description |
---|---|
boolean |
ExternalHostSystem.supports(ImapFeatures.Feature... features) |
Copyright © 2008-2017 The Apache Software Foundation. All Rights Reserved.