Frames | No Frames |
Methods with return type gnu.inet.imap.MessageStatus | |
MessageStatus | IMAPConnection.fetch(int message, String[] fetchCommands) Retrieves data associated with the specified message in the mailbox. |
MessageStatus[] | IMAPConnection.fetch(int start, int end, String[] fetchCommands) Retrieves data associated with the specified range of messages in
the mailbox. |
MessageStatus[] | IMAPConnection.fetch(int[] messages, String[] fetchCommands) Retrieves data associated with messages in the mailbox. |
MessageStatus | IMAPConnection.store(int message, String flagCommand, String[] flags) Alters data associated with the specified message in the mailbox. |
MessageStatus[] | IMAPConnection.store(int start, int end, String flagCommand, String[] flags) Alters data associated with the specified range of messages in the
mailbox. |
MessageStatus[] | IMAPConnection.store(int[] messages, String flagCommand, String[] flags) Alters data associated with messages in the mailbox. |
MessageStatus | IMAPConnection.uidFetch(long uid, String[] fetchCommands) Retrieves data associated with the specified message in the mailbox. |
MessageStatus[] | IMAPConnection.uidFetch(long start, long end, String[] fetchCommands) Retrieves data associated with the specified range of messages in
the mailbox. |
MessageStatus[] | IMAPConnection.uidFetch(long[] uids, String[] fetchCommands) Retrieves data associated with messages in the mailbox. |
MessageStatus | IMAPConnection.uidStore(long uid, String flagCommand, String[] flags) Alters data associated with the specified message in the mailbox. |
MessageStatus[] | IMAPConnection.uidStore(long start, long end, String flagCommand, String[] flags) Alters data associated with the specified range of messages in the
mailbox. |
MessageStatus[] | IMAPConnection.uidStore(long[] uids, String flagCommand, String[] flags) Alters data associated with messages in the mailbox. |