|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.mail.FetchProfile.Item
public static class FetchProfile.Item
This inner class is the base class of all items that
can be requested in a FetchProfile. The items currently
defined here are ENVELOPE
, CONTENT_INFO
and FLAGS
. The UIDFolder
interface
defines the UID
Item as well.
Note that this class only has a protected constructor, therby restricting new Item types to either this class or subclasses. This effectively implements a enumeration of allowed Item types.
UIDFolder
Field Summary | |
---|---|
static FetchProfile.Item |
CONTENT_INFO
This item is for fetching information about the content of the message. |
static FetchProfile.Item |
ENVELOPE
This is the Envelope item. |
static FetchProfile.Item |
FLAGS
This is the Flags item. |
Constructor Summary | |
---|---|
protected |
FetchProfile.Item(java.lang.String name)
Constructor for an item. |
Method Summary | |
---|---|
java.lang.String |
toString()
Include the name in the toString return value for debugging. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final FetchProfile.Item ENVELOPE
The Envelope is an aggregration of the common attributes of a Message. Implementations should include the following attributes: From, To, Cc, Bcc, ReplyTo, Subject and Date. More items may be included as well.
For implementations of the IMAP4 protocol (RFC 2060), the Envelope should include the ENVELOPE data item. More items may be included too.
public static final FetchProfile.Item CONTENT_INFO
This includes all the attributes that describe the content of the message. Implementations should include the following attributes: ContentType, ContentDisposition, ContentDescription, Size and LineCount. Other items may be included as well.
public static final FetchProfile.Item FLAGS
Constructor Detail |
---|
protected FetchProfile.Item(java.lang.String name)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Generated on 10-February-2011 12:41