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(String fullName,
char separator,
Boolean isNamespace)
Create an IMAPFolder object.
|
Constructor and Description |
---|
GmailMessage(IMAPFolder folder,
int msgnum)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected IMAPFolder |
IMAPStore.newIMAPFolder(ListInfo li)
Create an IMAPFolder object.
|
protected IMAPFolder |
IMAPStore.newIMAPFolder(String fullName,
char separator)
Create an IMAPFolder object.
|
protected IMAPFolder |
IMAPStore.newIMAPFolder(String fullName,
char separator,
Boolean isNamespace)
Create an IMAPFolder object.
|
Constructor and Description |
---|
IMAPMessage(IMAPFolder folder,
int msgnum)
Constructor.
|
Copyright © 1996-2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.