Package | Description |
---|---|
com.sun.mail.imap.protocol |
Modifier and Type | Method and Description |
---|---|
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.
|
protected BODY |
IMAPProtocol.fetchSectionBody(int msgno,
String section,
String body)
Fetch the given body section of the given message, using the
body string "body".
|
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.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.