Package | Description |
---|---|
com.sun.mail.imap |
An IMAP protocol provider for the JavaMail API
that provides access to an IMAP message store.
|
Modifier and Type | Field | Description |
---|---|---|
static IMAPFolder.FetchProfileItem |
IMAPFolder.FetchProfileItem.HEADERS |
HEADERS is a fetch profile item that can be included in a
FetchProfile during a fetch request to a Folder. |
static IMAPFolder.FetchProfileItem |
IMAPFolder.FetchProfileItem.INTERNALDATE |
INTERNALDATE is a fetch profile item that can be included in a
FetchProfile during a fetch request to a Folder. |
static IMAPFolder.FetchProfileItem |
IMAPFolder.FetchProfileItem.MESSAGE |
MESSAGE is a fetch profile item that can be included in a
FetchProfile during a fetch request to a Folder. |
static IMAPFolder.FetchProfileItem |
IMAPFolder.FetchProfileItem.SIZE |
Deprecated.
|
Copyright © 2018 Oracle. All rights reserved.