java.lang.Object | +--javax.mail.Message | +--javax.mail.internet.MimeMessage | +--gnu.mail.providers.ReadOnlyMessage | +--gnu.mail.providers.pop3.POP3Message
Enumeration | Causes the headers to be read. |
Enumeration | Causes the headers to be read. |
InputStream | Causes the content to be read in. |
DataHandler | 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. |
void | writeTo(OutputStream msgStream) |
void | writeTo(OutputStream msgStream, String[] ignoreList) |
public Enumeration getAllHeaderLines()
public Enumeration getAllHeaders()
protected InputStream getContentStream()
public DataHandler getDataHandler()
public String[] getHeader(String name)
public String getHeader(String name, String delimiter)
public Enumeration getMatchingHeaderLines(String[] names)
public Enumeration getMatchingHeaders(String[] names)
public Enumeration getNonMatchingHeaderLines(String[] names)
public Enumeration getNonMatchingHeaders(String[] names)
public int getSize()
public void writeTo(OutputStream msgStream)
public void writeTo(OutputStream msgStream, String[] ignoreList)