Name

javax.mail.UIDFolder — This interface is implemented by IMAP folder objects or any other mail folder that supports IMAP-style disconnected operation.

Synopsis

public interface UIDFolder {
    // Public Variable
            public static final long LASTUID;
    // Public Methods
            public long getUIDValidity() throws MessagingException;
            public Message getMessageByUID(long uid) throws MessagingException;
            public Message[] getMessagesByUID(long start, long end) throws
             MessagingException;
          public Message[] getMessagesByUID(long[] uids) throws MessagingException;
            public long getUID(Message message) throws MessagingException;
}

Get Programming Internet Email now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.