javax.mail
Class UIDFolder.FetchProfileItem

java.lang.Object
  extended by javax.mail.FetchProfile.Item
      extended by javax.mail.UIDFolder.FetchProfileItem
Enclosing interface:
UIDFolder

public static class UIDFolder.FetchProfileItem
extends FetchProfile.Item

A fetch profile item for fetching UIDs.


Field Summary
static UIDFolder.FetchProfileItem UID
          Indicates the the UIDs of the messages should be prefetched.
 
Fields inherited from class javax.mail.FetchProfile.Item
CONTENT_INFO, ENVELOPE, FLAGS
 
Constructor Summary
protected UIDFolder.FetchProfileItem(String name)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UID

public static final UIDFolder.FetchProfileItem UID
Indicates the the UIDs of the messages should be prefetched.

Constructor Detail

UIDFolder.FetchProfileItem

protected UIDFolder.FetchProfileItem(String name)


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