Example usage for Java javax.mail UIDFolder fields, constructors, methods, implement or subclass
The text is from its open source code.
long | LASTUID This is a special value that can be used as the end parameter in getMessagesByUID(start, end) , to denote the UID of the last message in the folder. |
Message | getMessageByUID(long uid) Get the Message corresponding to the given UID. |
Message[] | getMessagesByUID(long start, long end) Get the Messages specified by the given range. |
Message[] | getMessagesByUID(long[] uids) Get the Messages specified by the given array of UIDs. |
long | getUID(Message message) Get the UID for the specified message. |
long | getUIDValidity() Returns the UIDValidity value associated with this folder. |