Java javax.mail UIDFolder fields, constructors, methods, implement or subclass

Example usage for Java javax.mail UIDFolder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.mail UIDFolder.

The text is from its open source code.

Field

longLASTUID
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.

Method

MessagegetMessageByUID(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.
longgetUID(Message message)
Get the UID for the specified message.
longgetUIDValidity()
Returns the UIDValidity value associated with this folder.