All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----iceberg.mediamanager.MediaMessage
protected Address fromField
protected Address toField[]
protected Address ccField[]
protected String theSubject
protected Date theDate
protected ContentObject theParts[]
protected Hashtable convertedParts[]
protected MediaRef theID
public MediaMessage(String filename) throws IOException
public MediaMessage()
public MediaMessage(Message ninjamailMessage) throws IOException
public String getBodyType()
public ContentObject getBodyContent()
public int getNumberParts()
public ContentObject getPartContent(int nth)
public String getSubject()
public Address getFrom()
public Address[] getTo()
public Address[] getCC()
public Date getDate()
public MediaRef getMessageID()
public void setMessageID(MediaRef ref)
public void addContentConversion(int part, ContentObject converted)
public ContentObject getContentConversion(int part, int type)
public Enumeration getAllConversions(int part)
public void PrettyPrint(PrintStream out)
public void readFromConfigFile(InputStream in, String contentDirectory) throws IOException
public static MediaMessage readFromConfigFile(String file, String contentDirName) throws IOException
public static void main(String argv[])
All Packages Class Hierarchy This Package Previous Next Index