Package | Description |
---|---|
com.sun.mail.gimap |
An EXPERIMENTAL IMAP protocol provider that supports the
Gmail-specific IMAP protocol extensions
.
|
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 |
---|---|
protected IMAPFolder |
GmailStore.newIMAPFolder(ListInfo li)
Create an IMAPFolder object.
|
Constructor and Description |
---|
GmailFolder(ListInfo li,
IMAPStore store)
Constructor used to create an existing folder.
|
Modifier and Type | Method and Description |
---|---|
private int |
IMAPFolder.findName(ListInfo[] li,
java.lang.String lname)
Which entry in
li matches lname ?
If the name contains wildcards, more than one entry may be
returned. |
protected IMAPFolder |
IMAPStore.newIMAPFolder(ListInfo li)
Create an IMAPFolder object.
|
Constructor and Description |
---|
IMAPFolder(ListInfo li,
IMAPStore store)
Constructor used to create an existing folder.
|
Modifier and Type | Method and Description |
---|---|
protected ListInfo[] |
IMAPProtocol.doList(java.lang.String cmd,
java.lang.String ref,
java.lang.String pat)
Execute the specified LIST-like command (e.g., "LIST" or "LSUB"),
using the reference and pattern.
|
ListInfo[] |
IMAPProtocol.list(java.lang.String ref,
java.lang.String pattern)
LIST Command.
|
ListInfo[] |
IMAPProtocol.lsub(java.lang.String ref,
java.lang.String pattern)
LSUB Command.
|