Uses of Class
com.sun.mail.imap.protocol.UID

Packages that use UID
com.sun.mail.imap.protocol   
 

Uses of UID in com.sun.mail.imap.protocol
 

Methods in com.sun.mail.imap.protocol that return UID
 UID IMAPProtocol.fetchSequenceNumber(long uid)
          Get the sequence number for the given UID.
 UID[] IMAPProtocol.fetchSequenceNumbers(long[] uids)
          Get the sequence numbers for UIDs ranging from start till end.
 UID[] IMAPProtocol.fetchSequenceNumbers(long start, long end)
          Get the sequence numbers for UIDs ranging from start till end.
 UID IMAPProtocol.fetchUID(int msgno)
          Fetch the IMAP UID for the given message.
 



Copyright © 2010 Sun Microsystems, Inc.. All Rights Reserved.