Searched defs:UID (Results 1 - 2 of 2) sorted by relevance

/javamail/mail/src/main/java/com/sun/mail/imap/protocol/
H A DUID.java46 * This class represents the UID data item.
51 public class UID implements Item { class in inherits:Item
64 public UID(FetchResponse r) throws ParsingException { method in class:UID
/javamail/mail/src/main/java/javax/mail/
H A DUIDFolder.java51 * A Unique identifier (UID) is a positive long value, assigned to
55 * higher UID than the message(s) which were added previously. Unique
87 * The only item currently defined here is the <code>UID</code> item.
97 * UID is a fetch profile item that can be included in a
106 * fp.add(UIDFolder.FetchProfileItem.UID);
111 public static final FetchProfileItem UID = field in class:UIDFolder.FetchProfileItem
112 new FetchProfileItem("UID");
118 * UID of the last message in the folder.
137 * Get the Message corresponding to the given UID. If no such
140 * @param uid UID fo
[all...]

Completed in 17 milliseconds