Uses of Class
com.sun.mail.imap.protocol.FetchItem
Packages that use FetchItem
Package
Description
An IMAP protocol provider for the Jakarta Mail API
that provides access to an IMAP message store.
This package includes internal IMAP support classes and
SHOULD NOT BE USED DIRECTLY BY APPLICATIONS.
-
Uses of FetchItem in com.sun.mail.imap
Methods in com.sun.mail.imap with parameters of type FetchItemModifier and TypeMethodDescriptionprotected ObjectFetch an individual item for the current message.Return the data associated with the FetchItem.Constructors in com.sun.mail.imap with parameters of type FetchItemModifierConstructorDescriptionFetchProfileCondition(FetchProfile fp, FetchItem[] fitems) Create a FetchProfileCondition to determine if we need to fetch any of the information specified in the FetchProfile. -
Uses of FetchItem in com.sun.mail.imap.protocol
Methods in com.sun.mail.imap.protocol that return FetchItemModifier and TypeMethodDescriptionIMAPProtocol.getFetchItems()Return an array of FetchItem objects describing the FETCH items supported by this protocol.Constructors in com.sun.mail.imap.protocol with parameters of type FetchItemModifierConstructorDescriptionFetchResponse(IMAPResponse r, FetchItem[] fitems) Construct a FetchResponse that handles the additional FetchItems.