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 class
UIDFolder.FetchProfileItem
A fetch profile item for fetching UIDs.Fields in javax.mail declared as FetchProfile.Item Modifier and Type Field Description static FetchProfile.Item
FetchProfile.Item. CONTENT_INFO
The message content metadata, e.g.: ContentType, ContentDisposition, ContentDescription, Size and LineCount.static FetchProfile.Item
FetchProfile.Item. ENVELOPE
The common attributes of a message, e.g.: From, To, Cc, Bcc, ReplyTo, Subject and Date.static FetchProfile.Item
FetchProfile.Item. FLAGS
The 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 void
FetchProfile. add(FetchProfile.Item item)
Add the given item.boolean
FetchProfile. contains(FetchProfile.Item item)
Indicates whether the fetch profile contains the specified item.
-