|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IMAPTaggedResponse | |
|---|---|
| org.apache.geronimo.javamail.store.imap.connection | |
| Uses of IMAPTaggedResponse in org.apache.geronimo.javamail.store.imap.connection |
|---|
| Subclasses of IMAPTaggedResponse in org.apache.geronimo.javamail.store.imap.connection | |
|---|---|
class |
IMAPContinuationResponse
Util class to represent a continuation response from an IMAP server. |
| Methods in org.apache.geronimo.javamail.store.imap.connection that return IMAPTaggedResponse | |
|---|---|
IMAPTaggedResponse |
IMAPConnection.receiveResponse()
Get a reply line for an IMAP command. |
IMAPTaggedResponse |
IMAPConnection.sendCommand(IMAPCommand data)
Sends a command down the socket, returning the server response. |
IMAPTaggedResponse |
IMAPConnection.sendCommand(String data)
Sends a command down the socket, returning the server response. |
IMAPTaggedResponse |
IMAPConnection.sendLine(byte[] data)
Sends a message down the socket and terminates with the appropriate CRLF |
IMAPTaggedResponse |
IMAPConnection.sendLine(byte[] data,
int offset,
int length)
Sends a message down the socket and terminates with the appropriate CRLF |
IMAPTaggedResponse |
IMAPConnection.sendLine(String data)
Sends a message down the socket and terminates with the appropriate CRLF |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||