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 |
GmailSSLStore
Support "gimaps" protocol name.
|
class |
GmailStore
A Gmail Store.
|
Constructor and Description |
---|
GmailFolder(ListInfo li,
IMAPStore store)
Constructor used to create an existing folder.
|
GmailFolder(String fullName,
char separator,
IMAPStore store,
Boolean isNamespace)
Constructor used to create a possibly non-existent folder.
|
Modifier and Type | Class and Description |
---|---|
class |
IMAPSSLStore
This class provides access to an IMAP message store over SSL.
|
Constructor and Description |
---|
IMAPFolder(ListInfo li,
IMAPStore store)
Constructor used to create an existing folder.
|
IMAPFolder(String fullName,
char separator,
IMAPStore store,
Boolean isNamespace)
Constructor used to create a possibly non-existent folder.
|
Copyright © 1996-2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.