public static class IMAPFolder.FetchProfileItem
extends FetchProfile.Item
FetchProfile.Item
class to add new FetchProfile item types, specific to IMAPFolders.FetchProfile
Modifier and Type | Field and Description |
---|---|
static 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 |
SIZE
Deprecated.
|
public static final IMAPFolder.FetchProfileItem HEADERS
FetchProfile
during a fetch request to a Folder.
This item indicates that the headers for messages in the specified
range are desired to be prefetched. An example of how a client uses this is below:
FetchProfile fp = new FetchProfile(); fp.add(IMAPFolder.FetchProfileItem.HEADERS); folder.fetch(msgs, fp);
public static final IMAPFolder.FetchProfileItem SIZE
FetchProfile
during a fetch request to a Folder.
This item indicates that the sizes of the messages in the specified
range are desired to be prefetched. SIZE was moved to FetchProfile.Item in JavaMail 1.5.
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"