public void addHeaderLine(String line) throws MessagingException
public Enumeration getAllHeaderLines() throws MessagingException
public String getContentID() throws MessagingException
public String[] getContentLanguage() throws MessagingException
public String getContentMD5() throws MessagingException
public String getEncoding() throws MessagingException
public String getHeader(String name, String delimiter) throws MessagingException
public Enumeration getMatchingHeaderLines(String[] names) throws MessagingException
public Enumeration getNonMatchingHeaderLines(String[] names) throws MessagingException
public void setContentLanguage(String[] languages) throws MessagingException
public void setContentMD5(String md5) throws MessagingException
public void setText(String text) throws MessagingException
setText(String text, String charset)
public void setText(String text, String charset) throws MessagingException