Java javax.mail FetchProfile fields, constructors, methods, implement or subclass

Example usage for Java javax.mail FetchProfile fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.mail FetchProfile.

The text is from its open source code.

Constructor

FetchProfile()
Create an empty FetchProfile.

Method

voidadd(Item item)
Add the given special item as one of the attributes to be prefetched.
voidadd(String headerName)
Add the specified header-field to the list of attributes to be prefetched.
booleancontains(Item item)
Returns true if the fetch profile contains the given special item.
booleancontains(String headerName)
Returns true if the fetch profile contains the given header name.
Item[]getItems()
Get the items set in this profile.