Example usage for Java javax.mail FetchProfile fields, constructors, methods, implement or subclass
The text is from its open source code.
FetchProfile() Create an empty FetchProfile. |
void | add(Item item) Add the given special item as one of the attributes to be prefetched. |
void | add(String headerName) Add the specified header-field to the list of attributes to be prefetched. |
boolean | contains(Item item) Returns true if the fetch profile contains the given special item. |
boolean | contains(String headerName) Returns true if the fetch profile contains the given header name. |
Item[] | getItems() Get the items set in this profile. |