Package | Description |
---|---|
gnu.inet.imap |
This package contains an IMAP4rev1 client.
|
Modifier and Type | Method and Description |
---|---|
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.
|
© Copyright 2003 The Free Software Foundation, all rights reserved