Package | Description |
---|---|
com.sun.mail.imap |
An IMAP protocol provider for the JavaMail API
that provides access to an IMAP message store.
|
com.sun.mail.imap.protocol |
Modifier and Type | Method and Description |
---|---|
private Folder[] |
IMAPStore.namespaceToFolders(Namespaces.Namespace[] ns,
java.lang.String user) |
Modifier and Type | Field and Description |
---|---|
Namespaces.Namespace[] |
Namespaces.otherUsers
The namespaces for other users.
|
Namespaces.Namespace[] |
Namespaces.personal
The personal namespaces.
|
Namespaces.Namespace[] |
Namespaces.shared
The shared namespace.
|
Modifier and Type | Method and Description |
---|---|
private Namespaces.Namespace[] |
Namespaces.getNamespaces(Response r)
Parse out one of the three sets of namespaces.
|