public interface MimeMessage extends Message
| Modifier and Type | Method and Description |
|---|---|
void |
addHeaderLine(java.lang.String s) |
void |
addRecipient(javax.mail.Message.RecipientType type,
Address address) |
void |
addRecipients(javax.mail.Message.RecipientType type,
java.lang.String s) |
java.util.Enumeration |
getAllHeaderLines() |
Address[] |
getAllRecipients() |
java.lang.String |
getContentID() |
java.lang.String[] |
getContentLanguage() |
java.lang.String |
getContentMD5() |
java.lang.String |
getEncoding() |
Folder |
getFolder() |
java.lang.String |
getHeader(java.lang.String s,
java.lang.String s1) |
java.util.Enumeration |
getMatchingHeaderLines(java.lang.String[] strings) |
java.lang.String |
getMessageID() |
int |
getMessageNumber() |
java.util.Enumeration |
getNonMatchingHeaderLines(java.lang.String[] strings) |
java.io.InputStream |
getRawInputStream() |
Address[] |
getReplyTo() |
boolean |
isExpunged() |
boolean |
isSet(Flags.Flag flag) |
boolean |
match(SearchTerm term) |
void |
setContentID(java.lang.String s) |
void |
setContentLanguage(java.lang.String[] strings) |
void |
setContentMD5(java.lang.String s) |
void |
setDescription(java.lang.String s,
java.lang.String s1) |
void |
setFlag(Flags.Flag flag,
boolean b) |
void |
setRecipient(javax.mail.Message.RecipientType type,
Address address) |
void |
setRecipients(javax.mail.Message.RecipientType type,
java.lang.String s) |
void |
setReplyTo(Address[] addresses) |
void |
setSubject(java.lang.String s,
java.lang.String s1) |
void |
setText(java.lang.String s,
java.lang.String s1) |
void |
writeTo(java.io.OutputStream stream,
java.lang.String[] strings) |
addFrom, addHeader, addRecipients, getAllHeaders, getContent, getContentType, getDataHandler, getDescription, getDisposition, getFileName, getFlags, getFrom, getHeader, getInputStream, getLineCount, getMatchingHeaders, getNonMatchingHeaders, getRealMessage, getReceivedDate, getRecipients, getSentDate, getSize, getSubject, isMimeType, removeHeader, reply, saveChanges, setContent, setContent, setDataHandler, setDescription, setDisposition, setFileName, setFlags, setFrom, setFrom, setHeader, setRecipients, setSentDate, setSubject, setText, writeTovoid setRecipient(javax.mail.Message.RecipientType type,
Address address)
throws MessagingException
MessagingExceptionvoid addRecipient(javax.mail.Message.RecipientType type,
Address address)
throws MessagingException
MessagingExceptionvoid setFlag(Flags.Flag flag,
boolean b)
throws MessagingException
MessagingExceptionint getMessageNumber()
Folder getFolder()
boolean isExpunged()
boolean match(SearchTerm term)
throws MessagingException
MessagingExceptionAddress[] getAllRecipients()
throws MessagingException
MessagingExceptionvoid setRecipients(javax.mail.Message.RecipientType type,
java.lang.String s)
throws MessagingException
MessagingExceptionvoid addRecipients(javax.mail.Message.RecipientType type,
java.lang.String s)
throws MessagingException
MessagingExceptionAddress[] getReplyTo()
throws MessagingException
MessagingExceptionvoid setReplyTo(Address[] addresses)
throws MessagingException
MessagingExceptionvoid setSubject(java.lang.String s,
java.lang.String s1)
throws MessagingException
MessagingExceptionjava.lang.String getEncoding()
throws MessagingException
MessagingExceptionjava.lang.String getContentID()
throws MessagingException
MessagingExceptionvoid setContentID(java.lang.String s)
throws MessagingException
MessagingExceptionjava.lang.String getContentMD5()
throws MessagingException
MessagingExceptionvoid setContentMD5(java.lang.String s)
throws MessagingException
MessagingExceptionvoid setDescription(java.lang.String s,
java.lang.String s1)
throws MessagingException
MessagingExceptionjava.lang.String[] getContentLanguage()
throws MessagingException
MessagingExceptionvoid setContentLanguage(java.lang.String[] strings)
throws MessagingException
MessagingExceptionjava.lang.String getMessageID()
throws MessagingException
MessagingExceptionjava.io.InputStream getRawInputStream()
throws MessagingException
MessagingExceptionvoid setText(java.lang.String s,
java.lang.String s1)
throws MessagingException
MessagingExceptionvoid writeTo(java.io.OutputStream stream,
java.lang.String[] strings)
throws java.io.IOException,
MessagingException
java.io.IOExceptionMessagingExceptionjava.lang.String getHeader(java.lang.String s,
java.lang.String s1)
throws MessagingException
MessagingExceptionvoid addHeaderLine(java.lang.String s)
throws MessagingException
MessagingExceptionjava.util.Enumeration getAllHeaderLines()
throws MessagingException
MessagingExceptionjava.util.Enumeration getMatchingHeaderLines(java.lang.String[] strings)
throws MessagingException
MessagingExceptionjava.util.Enumeration getNonMatchingHeaderLines(java.lang.String[] strings)
throws MessagingException
MessagingExceptionboolean isSet(Flags.Flag flag)
throws MessagingException
MessagingExceptionCopyright © 2002 Mock Objects. All Rights Reserved.