javax.mail

Class FetchProfile.Item

Enclosing Class:
FetchProfile
Known Direct Subclasses:
UIDFolder.FetchProfileItem

public static class FetchProfile.Item
extends java.lang.Object

Base class of all the facets of a message that can be fetched.

Field Summary

static FetchProfile.Item
CONTENT_INFO
The message content metadata, e.g.: ContentType, ContentDisposition, ContentDescription, Size and LineCount.
static FetchProfile.Item
ENVELOPE
The common attributes of a message, e.g.: From, To, Cc, Bcc, ReplyTo, Subject and Date.
static FetchProfile.Item
FLAGS
The message flags.

Constructor Summary

Item(String name)

Field Details

CONTENT_INFO

public static final FetchProfile.Item CONTENT_INFO
The message content metadata, e.g.: ContentType, ContentDisposition, ContentDescription, Size and LineCount. Further items may be included as required.

ENVELOPE

public static final FetchProfile.Item ENVELOPE
The common attributes of a message, e.g.: From, To, Cc, Bcc, ReplyTo, Subject and Date. Further items may be included as required.

FLAGS

public static final FetchProfile.Item FLAGS
The message flags.

Constructor Details

Item

protected Item(String name)

© Copyright 2003, 2004 The Free Software Foundation, All rights reserved