FileDocCategorySizeDatePackage
FetchProfile.javaAPI DocAndroid 1.5 API2803Wed May 06 22:42:46 BST 2009com.android.email.mail

FetchProfile

public class FetchProfile extends ArrayList
A FetchProfile is a list of items that should be downloaded in bulk for a set of messages.
FetchProfile can contain the following objects:
FetchProfile.Item: Described below.
Message: Indicates that the body of the entire message should be fetched.
Synonymous with FetchProfile.Item.BODY.
Part: Indicates that the given Part should be fetched. The provider
is expected have previously created the given BodyPart and stored
any information it needs to download the content.

Fields Summary
Constructors Summary
Methods Summary