BODY |
IMAPProtocol.fetchBody(int msgno,
java.lang.String section) |
Fetch given BODY section.
|
protected BODY |
IMAPProtocol.fetchBody(int msgno,
java.lang.String section,
boolean peek) |
|
BODY |
IMAPProtocol.fetchBody(int msgno,
java.lang.String section,
int start,
int size) |
Partial FETCH of given BODY section.
|
protected BODY |
IMAPProtocol.fetchBody(int msgno,
java.lang.String section,
int start,
int size,
boolean peek,
ByteArray ba) |
|
BODY |
IMAPProtocol.fetchBody(int msgno,
java.lang.String section,
int start,
int size,
ByteArray ba) |
Partial FETCH of given BODY section.
|
protected BODY |
IMAPProtocol.fetchSectionBody(int msgno,
java.lang.String section,
java.lang.String body) |
Fetch the given body section of the given message, using the
body string "body".
|
BODY |
IMAPProtocol.peekBody(int msgno,
java.lang.String section) |
Fetch given BODY section, without marking the message
as SEEN.
|
BODY |
IMAPProtocol.peekBody(int msgno,
java.lang.String section,
int start,
int size) |
Partial FETCH of given BODY section, without setting SEEN flag.
|
BODY |
IMAPProtocol.peekBody(int msgno,
java.lang.String section,
int start,
int size,
ByteArray ba) |
Partial FETCH of given BODY section, without setting SEEN flag.
|