javax.mail
Class UIDFolder.FetchProfileItem

java.lang.Object
  extended byjavax.mail.FetchProfile.Item
      extended byjavax.mail.UIDFolder.FetchProfileItem
Enclosing class:
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(java.lang.String name)
           
 
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(java.lang.String name)


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