|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MessageStatus | |
|---|---|
| gnu.inet.imap | This package contains an IMAP4rev1 client. |
| Uses of MessageStatus in gnu.inet.imap |
|---|
| Methods in gnu.inet.imap that return MessageStatus | |
|---|---|
MessageStatus[] |
IMAPConnection.fetch(int[] messages,
java.lang.String[] fetchCommands)
Retrieves data associated with messages in the mailbox. |
MessageStatus[] |
IMAPConnection.fetch(int start,
int end,
java.lang.String[] fetchCommands)
Retrieves data associated with the specified range of messages in the mailbox. |
MessageStatus |
IMAPConnection.fetch(int message,
java.lang.String[] fetchCommands)
Retrieves data associated with the specified message in the mailbox. |
MessageStatus[] |
IMAPConnection.store(int[] messages,
java.lang.String flagCommand,
java.lang.String[] flags)
Alters data associated with messages in the mailbox. |
MessageStatus[] |
IMAPConnection.store(int start,
int end,
java.lang.String flagCommand,
java.lang.String[] flags)
Alters data associated with the specified range of messages in the mailbox. |
MessageStatus |
IMAPConnection.store(int message,
java.lang.String flagCommand,
java.lang.String[] flags)
Alters data associated with the specified message in the mailbox. |
MessageStatus[] |
IMAPConnection.uidFetch(long[] uids,
java.lang.String[] fetchCommands)
Retrieves data associated with messages in the mailbox. |
MessageStatus[] |
IMAPConnection.uidFetch(long start,
long end,
java.lang.String[] fetchCommands)
Retrieves data associated with the specified range of messages in the mailbox. |
MessageStatus |
IMAPConnection.uidFetch(long uid,
java.lang.String[] fetchCommands)
Retrieves data associated with the specified message in the mailbox. |
MessageStatus[] |
IMAPConnection.uidStore(long[] uids,
java.lang.String flagCommand,
java.lang.String[] flags)
Alters data associated with messages in the mailbox. |
MessageStatus[] |
IMAPConnection.uidStore(long start,
long end,
java.lang.String flagCommand,
java.lang.String[] flags)
Alters data associated with the specified range of messages in the mailbox. |
MessageStatus |
IMAPConnection.uidStore(long uid,
java.lang.String flagCommand,
java.lang.String[] flags)
Alters data associated with the specified message in the mailbox. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||