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