Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

alt.javax.mail.internet
Interface MimeMessage  view MimeMessage download MimeMessage.java

All Superinterfaces:
alt.javax.mail.Message
All Known Implementing Classes:
MimeMessageImpl

public interface MimeMessage
extends alt.javax.mail.Message


Method Summary
 void addHeaderLine(java.lang.String s)
           
 void addRecipient(javax.mail.Message.RecipientType type, javax.mail.Address address)
           
 void addRecipients(javax.mail.Message.RecipientType type, java.lang.String s)
           
 java.util.Enumeration getAllHeaderLines()
           
 javax.mail.Address[] getAllRecipients()
           
 java.lang.String getContentID()
           
 java.lang.String[] getContentLanguage()
           
 java.lang.String getContentMD5()
           
 java.lang.String getEncoding()
           
 javax.mail.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()
           
 javax.mail.Address[] getReplyTo()
           
 boolean isExpunged()
           
 boolean isSet(javax.mail.Flags.Flag flag)
           
 boolean match(javax.mail.search.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(javax.mail.Flags.Flag flag, boolean b)
           
 void setRecipient(javax.mail.Message.RecipientType type, javax.mail.Address address)
           
 void setRecipients(javax.mail.Message.RecipientType type, java.lang.String s)
           
 void setReplyTo(javax.mail.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)
           
 
Methods inherited from interface alt.javax.mail.Message
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, writeTo
 

Method Detail

setRecipient

public void setRecipient(javax.mail.Message.RecipientType type,
                         javax.mail.Address address)
                  throws javax.mail.MessagingException

addRecipient

public void addRecipient(javax.mail.Message.RecipientType type,
                         javax.mail.Address address)
                  throws javax.mail.MessagingException

setFlag

public void setFlag(javax.mail.Flags.Flag flag,
                    boolean b)
             throws javax.mail.MessagingException

getMessageNumber

public int getMessageNumber()

getFolder

public javax.mail.Folder getFolder()

isExpunged

public boolean isExpunged()

match

public boolean match(javax.mail.search.SearchTerm term)
              throws javax.mail.MessagingException

getAllRecipients

public javax.mail.Address[] getAllRecipients()
                                      throws javax.mail.MessagingException

setRecipients

public void setRecipients(javax.mail.Message.RecipientType type,
                          java.lang.String s)
                   throws javax.mail.MessagingException

addRecipients

public void addRecipients(javax.mail.Message.RecipientType type,
                          java.lang.String s)
                   throws javax.mail.MessagingException

getReplyTo

public javax.mail.Address[] getReplyTo()
                                throws javax.mail.MessagingException

setReplyTo

public void setReplyTo(javax.mail.Address[] addresses)
                throws javax.mail.MessagingException

setSubject

public void setSubject(java.lang.String s,
                       java.lang.String s1)
                throws javax.mail.MessagingException

getEncoding

public java.lang.String getEncoding()
                             throws javax.mail.MessagingException

getContentID

public java.lang.String getContentID()
                              throws javax.mail.MessagingException

setContentID

public void setContentID(java.lang.String s)
                  throws javax.mail.MessagingException

getContentMD5

public java.lang.String getContentMD5()
                               throws javax.mail.MessagingException

setContentMD5

public void setContentMD5(java.lang.String s)
                   throws javax.mail.MessagingException

setDescription

public void setDescription(java.lang.String s,
                           java.lang.String s1)
                    throws javax.mail.MessagingException

getContentLanguage

public java.lang.String[] getContentLanguage()
                                      throws javax.mail.MessagingException

setContentLanguage

public void setContentLanguage(java.lang.String[] strings)
                        throws javax.mail.MessagingException

getMessageID

public java.lang.String getMessageID()
                              throws javax.mail.MessagingException

getRawInputStream

public java.io.InputStream getRawInputStream()
                                      throws javax.mail.MessagingException

setText

public void setText(java.lang.String s,
                    java.lang.String s1)
             throws javax.mail.MessagingException

writeTo

public void writeTo(java.io.OutputStream stream,
                    java.lang.String[] strings)
             throws java.io.IOException,
                    javax.mail.MessagingException

getHeader

public java.lang.String getHeader(java.lang.String s,
                                  java.lang.String s1)
                           throws javax.mail.MessagingException

addHeaderLine

public void addHeaderLine(java.lang.String s)
                   throws javax.mail.MessagingException

getAllHeaderLines

public java.util.Enumeration getAllHeaderLines()
                                        throws javax.mail.MessagingException

getMatchingHeaderLines

public java.util.Enumeration getMatchingHeaderLines(java.lang.String[] strings)
                                             throws javax.mail.MessagingException

getNonMatchingHeaderLines

public java.util.Enumeration getNonMatchingHeaderLines(java.lang.String[] strings)
                                                throws javax.mail.MessagingException

isSet

public boolean isSet(javax.mail.Flags.Flag flag)
              throws javax.mail.MessagingException