gnu.mail.providers.pop3
public final class POP3Message extends ReadOnlyMessage
Version: 1.2
Method Summary | |
---|---|
Enumeration | getAllHeaderLines()
Causes the headers to be read. |
Enumeration | getAllHeaders()
Causes the headers to be read. |
protected InputStream | getContentStream()
Causes the content to be read in. |
DataHandler | getDataHandler()
Causes the content to be read in. |
String[] | getHeader(String name)
Causes the headers to be read. |
String | getHeader(String name, String delimiter)
Causes the headers to be read. |
Enumeration | getMatchingHeaderLines(String[] names)
Causes the headers to be read. |
Enumeration | getMatchingHeaders(String[] names)
Causes the headers to be read. |
Enumeration | getNonMatchingHeaderLines(String[] names)
Causes the headers to be read. |
Enumeration | getNonMatchingHeaders(String[] names)
Causes the headers to be read. |
int | getSize()
Gets the size of the message.
|
String | getUID()
Returns the unique ID for this message. |
void | setFlags(Flags flags, boolean set)
Set flags (but only DELETED is supported)
add or remove the message from the folder deleted message list. |
void | writeTo(OutputStream msgStream) |
void | writeTo(OutputStream msgStream, String[] ignoreList) |