| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface MessageResult.FetchGroup
Indicates the results fetched.
| Nested Class Summary | |
|---|---|
| static interface | MessageResult.FetchGroup.PartContentDescriptorDescribes the contents to be fetched for a mail part. | 
| Field Summary | |
|---|---|
| static int | BODY_CONTENT | 
| static int | FLAGS | 
| static int | FULL_CONTENT | 
| static int | HEADERS | 
| static int | INTERNAL_DATE | 
| static int | MIME_CONTENT | 
| static int | MIME_DESCRIPTOR | 
| static int | MIME_HEADERS | 
| static int | MINIMALFor example: could have best performance when doing store and then forget. | 
| static int | SIZE | 
| Method Summary | |
|---|---|
|  int | content()Contents to be fetched. | 
|  java.util.Set | getPartContentDescriptors()Gets contents to be fetched for contained parts. | 
| Field Detail | 
|---|
static final int MINIMAL
static final int MIME_DESCRIPTOR
static final int SIZE
static final int INTERNAL_DATE
static final int FLAGS
static final int HEADERS
static final int FULL_CONTENT
static final int BODY_CONTENT
static final int MIME_HEADERS
static final int MIME_CONTENT
| Method Detail | 
|---|
int content()
MINIMAL, 
#MIME_MESSAGE, 
#KEY, 
SIZE, 
INTERNAL_DATE, 
FLAGS, 
HEADERS, 
FULL_CONTENT, 
BODY_CONTENT, 
MIME_CONTENTjava.util.Set getPartContentDescriptors()
Set of MessageResult.FetchGroup.PartContentDescriptor, or null
         if there is no part content to be fetched| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||