Uses of Class
org.eclipse.angus.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 org.eclipse.angus.mail.imap
Methods in org.eclipse.angus.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 org.eclipse.angus.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 org.eclipse.angus.mail.imap.protocol
Methods in org.eclipse.angus.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 org.eclipse.angus.mail.imap.protocol with parameters of type FetchItemModifierConstructorDescriptionFetchResponse(IMAPResponse r, FetchItem[] fitems) Construct a FetchResponse that handles the additional FetchItems.