addHeaderLine
public void addHeaderLine(String s)
throws MessagingException
addRecipient
public void addRecipient(javax.mail.Message.RecipientType type,
Address address)
throws MessagingException
addRecipients
public void addRecipients(javax.mail.Message.RecipientType type,
String s)
throws MessagingException
getAllHeaderLines
public Enumeration getAllHeaderLines()
throws MessagingException
getAllRecipients
public Address[] getAllRecipients()
throws MessagingException
getContentID
public String getContentID()
throws MessagingException
getContentLanguage
public String[] getContentLanguage()
throws MessagingException
getContentMD5
public String getContentMD5()
throws MessagingException
getEncoding
public String getEncoding()
throws MessagingException
getFolder
public Folder getFolder()
getHeader
public String getHeader(String s,
String s1)
throws MessagingException
getMatchingHeaderLines
public Enumeration getMatchingHeaderLines(String[] strings)
throws MessagingException
getMessageID
public String getMessageID()
throws MessagingException
getMessageNumber
public int getMessageNumber()
getNonMatchingHeaderLines
public Enumeration getNonMatchingHeaderLines(String[] strings)
throws MessagingException
getRawInputStream
public InputStream getRawInputStream()
throws MessagingException
getReplyTo
public Address[] getReplyTo()
throws MessagingException
isExpunged
public boolean isExpunged()
isSet
public boolean isSet(Flags.Flag flag)
throws MessagingException
match
public boolean match(SearchTerm term)
throws MessagingException
setContentID
public void setContentID(String s)
throws MessagingException
setContentLanguage
public void setContentLanguage(String[] strings)
throws MessagingException
setContentMD5
public void setContentMD5(String s)
throws MessagingException
setDescription
public void setDescription(String s,
String s1)
throws MessagingException
setFlag
public void setFlag(Flags.Flag flag,
boolean b)
throws MessagingException
setRecipient
public void setRecipient(javax.mail.Message.RecipientType type,
Address address)
throws MessagingException
setRecipients
public void setRecipients(javax.mail.Message.RecipientType type,
String s)
throws MessagingException
setReplyTo
public void setReplyTo(Address[] addresses)
throws MessagingException
setSubject
public void setSubject(String s,
String s1)
throws MessagingException
setText
public void setText(String s,
String s1)
throws MessagingException
writeTo
public void writeTo(OutputStream stream,
String[] strings)
throws IOException,
MessagingException