Package | Description |
---|---|
com.sun.mail.iap | |
com.sun.mail.imap.protocol |
Modifier and Type | Method and Description |
---|---|
protected ByteArray |
Protocol.getResponseBuffer()
Return a buffer to be used to read a response.
|
ByteArray |
Response.readByteArray()
Extract a NSTRING, starting at the current position.
|
ByteArray |
ResponseInputStream.readResponse()
Read a Response from the InputStream.
|
ByteArray |
ResponseInputStream.readResponse(ByteArray ba)
Read a Response from the InputStream.
|
Modifier and Type | Method and Description |
---|---|
ByteArray |
ResponseInputStream.readResponse(ByteArray ba)
Read a Response from the InputStream.
|
Modifier and Type | Method and Description |
---|---|
ByteArray |
RFC822DATA.getByteArray() |
ByteArray |
BODY.getByteArray() |
protected ByteArray |
IMAPProtocol.getResponseBuffer()
Return a buffer to read a response into.
|
Modifier and Type | Method and Description |
---|---|
protected BODY |
IMAPProtocol.fetchBody(int msgno,
String section,
int start,
int size,
boolean peek,
ByteArray ba) |
BODY |
IMAPProtocol.fetchBody(int msgno,
String section,
int start,
int size,
ByteArray ba)
Partial FETCH of given BODY section.
|
BODY |
IMAPProtocol.peekBody(int msgno,
String section,
int start,
int size,
ByteArray ba)
Partial FETCH of given BODY section, without setting SEEN flag.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.