public interface UIDFolder
Modifier and Type | Interface and Description |
---|---|
static class |
UIDFolder.FetchProfileItem |
Modifier and Type | Field and Description |
---|---|
static long |
LASTUID
A special value than can be passed as the
end parameter to
Folder.getMessages(int, int) to indicate the last message in this folder. |
Modifier and Type | Method and Description |
---|---|
Message |
getMessageByUID(long uid) |
Message[] |
getMessagesByUID(long[] ids) |
Message[] |
getMessagesByUID(long start,
long end) |
long |
getUID(Message message) |
long |
getUIDValidity() |
static final long LASTUID
end
parameter to
Folder.getMessages(int, int)
to indicate the last message in this folder.long getUIDValidity() throws MessagingException
MessagingException
Message getMessageByUID(long uid) throws MessagingException
MessagingException
Message[] getMessagesByUID(long start, long end) throws MessagingException
MessagingException
Message[] getMessagesByUID(long[] ids) throws MessagingException
MessagingException
long getUID(Message message) throws MessagingException
MessagingException
Copyright © 2013. All Rights Reserved.