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.
|
Modifier and Type | Class and Description |
---|---|
class |
GmailFolder
A Gmail folder.
|
Modifier and Type | Method and Description |
---|---|
protected IMAPFolder |
GmailStore.newIMAPFolder(ListInfo li)
Create an IMAPFolder object.
|
protected IMAPFolder |
GmailStore.newIMAPFolder(java.lang.String fullName,
char separator,
java.lang.Boolean isNamespace)
Create an IMAPFolder object.
|
Constructor and Description |
---|
GmailMessage(IMAPFolder folder,
int msgnum)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultFolder
The default IMAP folder (root of the naming hierarchy).
|
Modifier and Type | Field and Description |
---|---|
private IMAPFolder |
MessageCache.folder
The folder these messages belong to.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Vector<IMAPFolder> |
IMAPStore.ConnectionPool.folders |
private java.util.Queue<IMAPFolder> |
IdleManager.toAbort |
private java.util.Queue<IMAPFolder> |
IdleManager.toWatch |
Modifier and Type | Method and Description |
---|---|
protected IMAPFolder |
IMAPStore.newIMAPFolder(ListInfo li)
Create an IMAPFolder object.
|
protected IMAPFolder |
IMAPStore.newIMAPFolder(java.lang.String fullName,
char separator)
Create an IMAPFolder object.
|
protected IMAPFolder |
IMAPStore.newIMAPFolder(java.lang.String fullName,
char separator,
java.lang.Boolean isNamespace)
Create an IMAPFolder object.
|
Modifier and Type | Method and Description |
---|---|
(package private) IMAPProtocol |
IMAPStore.getProtocol(IMAPFolder folder) |
(package private) void |
IMAPStore.releaseProtocol(IMAPFolder folder,
IMAPProtocol protocol)
Release the protocol object back to the connection pool.
|
(package private) void |
IdleManager.requestAbort(IMAPFolder folder)
Request that the specified folder abort an IDLE command.
|
Constructor and Description |
---|
IMAPMessage(IMAPFolder folder,
int msgnum)
Constructor.
|
MessageCache(IMAPFolder folder,
IMAPStore store,
int size)
Construct a new message cache of the indicated size.
|