| Package | Description |
|---|---|
| org.apache.james.mailbox.model | |
| org.apache.james.mailbox.store |
| Modifier and Type | Method and Description |
|---|---|
MailboxMetaData.Selectability |
MailboxMetaData.getSelectability()
Gets the RFC3501 Selectability flag.
|
static MailboxMetaData.Selectability |
MailboxMetaData.Selectability.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MailboxMetaData.Selectability[] |
MailboxMetaData.Selectability.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MailboxMetaData.Selectability |
SimpleMailboxMetaData.getSelectability()
Gets the RFC3501 Selectability flag.
|
| Constructor and Description |
|---|
SimpleMailboxMetaData(MailboxPath path,
char delimiter,
MailboxMetaData.Children inferiors,
MailboxMetaData.Selectability selectability) |
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.