Frames | No Frames |
Classes derived from javax.mail.FetchProfile.Item | |
class | A fetch profile item for fetching UIDs. |
Fields of type javax.mail.FetchProfile.Item | |
FetchProfile.Item | The message content metadata, e.g.:
ContentType, ContentDisposition, ContentDescription, Size and LineCount. |
FetchProfile.Item | The common attributes of a message, e.g.:
From, To, Cc, Bcc, ReplyTo, Subject and Date. |
FetchProfile.Item | The message flags. |
Methods with parameter type javax.mail.FetchProfile.Item | |
void | Add the given item. |
boolean | Indicates whether the fetch profile contains the specified item. |
Methods with return type javax.mail.FetchProfile.Item | |
FetchProfile.Item[] | Get the items in this profile. |