Uses of Class
org.eclipse.angus.mail.imap.protocol.FetchItem
-
Packages that use FetchItem Package Description org.eclipse.angus.mail.imap An IMAP protocol provider for the Jakarta Mail API that provides access to an IMAP message store.org.eclipse.angus.mail.imap.protocol 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 FetchItem Modifier and Type Method Description protected java.lang.ObjectIMAPMessage. fetchItem(FetchItem fitem)Fetch an individual item for the current message.java.lang.ObjectIMAPMessage. getItem(FetchItem fitem)Return the data associated with the FetchItem.Constructors in org.eclipse.angus.mail.imap with parameters of type FetchItem Constructor Description FetchProfileCondition(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 FetchItem Modifier and Type Method Description FetchItem[]IMAPProtocol. 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 FetchItem Constructor Description FetchResponse(IMAPResponse r, FetchItem[] fitems)Construct a FetchResponse that handles the additional FetchItems.
-