Uses of Class
javax.mail.FetchProfile.Item
Packages that use FetchProfile.Item
Package
Description
An IMAP protocol provider for the JavaMail API
that provides access to an IMAP message store.
The JavaMail™ API
provides classes that model a mail system.
-
Uses of FetchProfile.Item in com.sun.mail.imap
Subclasses of FetchProfile.Item in com.sun.mail.imapModifier and TypeClassDescriptionstatic classA fetch profile item for fetching headers. -
Uses of FetchProfile.Item in javax.mail
Subclasses of FetchProfile.Item in javax.mailModifier and TypeClassDescriptionstatic classA fetch profile item for fetching UIDs.Fields in javax.mail declared as FetchProfile.ItemModifier and TypeFieldDescriptionstatic final FetchProfile.ItemFetchProfile.Item.CONTENT_INFOThis item is for fetching information about the content of the message.static final FetchProfile.ItemFetchProfile.Item.ENVELOPEThis is the Envelope item.static final FetchProfile.ItemFetchProfile.Item.FLAGSThis is the Flags item.static final FetchProfile.ItemFetchProfile.Item.SIZESIZE is a fetch profile item that can be included in aFetchProfileduring a fetch request to a Folder.Methods in javax.mail that return FetchProfile.ItemMethods in javax.mail with parameters of type FetchProfile.ItemModifier and TypeMethodDescriptionvoidFetchProfile.add(FetchProfile.Item item) Add the given special item as one of the attributes to be prefetched.booleanFetchProfile.contains(FetchProfile.Item item) Returns true if the fetch profile contains the given special item.