|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 BODY 的软件包 | |
|---|---|
| com.sun.mail.imap.protocol | |
| com.sun.mail.imap.protocol 中 BODY 的使用 |
|---|
| 返回 BODY 的 com.sun.mail.imap.protocol 中的方法 | |
|---|---|
BODY |
IMAPProtocol.fetchBody(int msgno,
String section)
Fetch given BODY section. |
protected BODY |
IMAPProtocol.fetchBody(int msgno,
String section,
boolean peek)
|
BODY |
IMAPProtocol.fetchBody(int msgno,
String section,
int start,
int size)
Partial FETCH of given BODY section. |
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)
Fetch given BODY section, without marking the message as SEEN. |
BODY |
IMAPProtocol.peekBody(int msgno,
String section,
int start,
int size)
Partial FETCH of given BODY section, without setting SEEN flag. |
BODY |
IMAPProtocol.peekBody(int msgno,
String section,
int start,
int size,
ByteArray ba)
Partial FETCH of given BODY section, without setting SEEN flag. |
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||