Uses of Class
jakarta.mail.FetchProfile.Item
-
Packages that use FetchProfile.Item Package Description jakarta.mail The Jakarta Mail API provides classes that model a mail system.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 FetchProfile.Item in jakarta.mail
Subclasses of FetchProfile.Item in jakarta.mail Modifier and Type Class Description static classUIDFolder.FetchProfileItemA fetch profile item for fetching UIDs.Fields in jakarta.mail declared as FetchProfile.Item Modifier and Type Field Description static FetchProfile.ItemFetchProfile.Item. CONTENT_INFOThis item is for fetching information about the content of the message.static FetchProfile.ItemFetchProfile.Item. ENVELOPEThis is the Envelope item.static FetchProfile.ItemFetchProfile.Item. FLAGSThis is the Flags item.static FetchProfile.ItemFetchProfile.Item. SIZESIZE is a fetch profile item that can be included in aFetchProfileduring a fetch request to a Folder.Methods in jakarta.mail that return FetchProfile.Item Modifier and Type Method Description FetchProfile.Item[]FetchProfile. getItems()Get the items set in this profile.Methods in jakarta.mail with parameters of type FetchProfile.Item Modifier and Type Method Description voidFetchProfile. 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. -
Uses of FetchProfile.Item in org.eclipse.angus.mail.imap
Subclasses of FetchProfile.Item in org.eclipse.angus.mail.imap Modifier and Type Class Description static classIMAPFolder.FetchProfileItemA fetch profile item for fetching headers. -
Uses of FetchProfile.Item in org.eclipse.angus.mail.imap.protocol
Methods in org.eclipse.angus.mail.imap.protocol that return FetchProfile.Item Modifier and Type Method Description FetchProfile.ItemFetchItem. getFetchProfileItem()Constructors in org.eclipse.angus.mail.imap.protocol with parameters of type FetchProfile.Item Constructor Description FetchItem(java.lang.String name, FetchProfile.Item fetchProfileItem)
-