java.lang .Object net.jforum.api.integration.mail.pop .POPMessage POPMessage public class POPMessage (Code) Represents a pop message.
author: Rafael Steilversion: $Id: POPMessage.java,v 1.6 2006/10/09 00:54:08 rafaelsteil Exp $
Constructor Summary public POPMessage (Message message)
POPMessage public POPMessage(Message message)(Code) Creates a new instance based on a
MessageParameters: message - the message to convert from.
getContentType public String getContentType()(Code) the contentType
getHeaders public Map getHeaders()(Code) the headers
getInReplyTo public String getInReplyTo()(Code) the inReplyTo
getReferences public String getReferences()(Code) the references
getSendDate public Date getSendDate()(Code) the sendDate
setContentType public void setContentType(String contentType)(Code) Parameters: contentType - the contentType to set
setHeaders public void setHeaders(Map headers)(Code) Parameters: headers - the headers to set
setInReplyTo public void setInReplyTo(String inReplyTo)(Code) Parameters: inReplyTo - the inReplyTo to set
setMessage public void setMessage(Object message)(Code) Parameters: message - the message to set
setReferences public void setReferences(String references)(Code) Parameters: references - the references to set
setReplyTo public void setReplyTo(String replyTo)(Code) Parameters: replyTo - the replyTo to set
setSendDate public void setSendDate(Date sendDate)(Code) Parameters: sendDate - the sendDate to set
setSender public void setSender(String sender)(Code) Parameters: sender - the sender to set
setSubject public void setSubject(String subject)(Code) Parameters: subject - the subject to set