javax.mail
public interface UIDFolder
| Nested Class Summary | |
|---|---|
| static class | UIDFolder.FetchProfileItem |
| Field Summary | |
|---|---|
| static long | LASTUID
A special value than can be passed as the end parameter to
Folder to indicate the last message in this folder. |
| Method Summary | |
|---|---|
| abstract Message | getMessageByUID(long uid) |
| abstract Message[] | getMessagesByUID(long start, long end) |
| abstract Message[] | getMessagesByUID(long[] ids) |
| abstract long | getUID(Message message) |
| abstract long | getUIDValidity() |
end parameter to
Folder to indicate the last message in this folder.