Uses of Class
javax.mail.FetchProfile.Item
-
Packages that use FetchProfile.Item Package Description javax.mail Classes modelling a mail system. -
-
Uses of FetchProfile.Item in javax.mail
Subclasses of FetchProfile.Item in javax.mail Modifier and Type Class Description static classUIDFolder.FetchProfileItemA fetch profile item for fetching UIDs.Fields in javax.mail declared as FetchProfile.Item Modifier and Type Field Description static FetchProfile.ItemFetchProfile.Item. CONTENT_INFOThe message content metadata, e.g.: ContentType, ContentDisposition, ContentDescription, Size and LineCount.static FetchProfile.ItemFetchProfile.Item. ENVELOPEThe common attributes of a message, e.g.: From, To, Cc, Bcc, ReplyTo, Subject and Date.static FetchProfile.ItemFetchProfile.Item. FLAGSThe message flags.Methods in javax.mail that return FetchProfile.Item Modifier and Type Method Description FetchProfile.Item[]FetchProfile. getItems()Get the items in this profile.Methods in javax.mail with parameters of type FetchProfile.Item Modifier and Type Method Description voidFetchProfile. add(FetchProfile.Item item)Add the given item.booleanFetchProfile. contains(FetchProfile.Item item)Indicates whether the fetch profile contains the specified item.
-