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