|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BODY | |
---|---|
com.sun.mail.imap.protocol |
Uses of BODY in com.sun.mail.imap.protocol |
---|
Methods in com.sun.mail.imap.protocol that return BODY | |
---|---|
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. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |