public class MessageImpl extends AbstractMessage
Message.| Constructor and Description |
|---|
MessageImpl()
Creates a new empty
Message. |
createMessageId, getBcc, getCc, getDate, getFrom, getMessageId, getReplyTo, getSender, getSubject, getTo, setBcc, setBcc, setBcc, setCc, setCc, setCc, setDate, setDate, setFrom, setFrom, setFrom, setReplyTo, setReplyTo, setReplyTo, setSender, setSubject, setTo, setTo, setTodispose, getBody, getCharset, getContentTransferEncoding, getDispositionType, getFilename, getHeader, getMimeType, getParent, isMimeType, isMultipart, removeBody, setBody, setBody, setBody, setContentDisposition, setContentDisposition, setContentDisposition, setContentDisposition, setContentTransferEncoding, setFilename, setHeader, setMessage, setMultipart, setMultipart, setParent, setText, setTextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBody, getCharset, getContentTransferEncoding, getDispositionType, getFilename, getHeader, getMimeType, getParent, isMultipart, removeBody, setBody, setHeader, setParentdisposeprotected String newUniqueBoundary()
newUniqueBoundary in class AbstractEntityprotected UnstructuredField newMessageId(String hostname)
newMessageId in class AbstractMessageprotected DateTimeField newDate(Date date, TimeZone zone)
newDate in class AbstractMessageprotected MailboxField newMailbox(String fieldName, Mailbox mailbox)
newMailbox in class AbstractMessageprotected MailboxListField newMailboxList(String fieldName, Collection<Mailbox> mailboxes)
newMailboxList in class AbstractMessageprotected AddressListField newAddressList(String fieldName, Collection<? extends Address> addresses)
newAddressList in class AbstractMessageprotected UnstructuredField newSubject(String subject)
newSubject in class AbstractMessageprotected ContentDispositionField newContentDisposition(String dispositionType, String filename, long size, Date creationDate, Date modificationDate, Date readDate)
newContentDisposition in class AbstractEntityprotected ContentDispositionField newContentDisposition(String dispositionType, Map<String,String> parameters)
newContentDisposition in class AbstractEntityprotected ContentTypeField newContentType(String mimeType, Map<String,String> parameters)
newContentType in class AbstractEntityprotected ContentTransferEncodingField newContentTransferEncoding(String contentTransferEncoding)
newContentTransferEncoding in class AbstractEntityprotected String calcTransferEncoding(ContentTransferEncodingField f)
calcTransferEncoding in class AbstractEntityprotected String calcMimeType(ContentTypeField child, ContentTypeField parent)
calcMimeType in class AbstractEntityprotected String calcCharset(ContentTypeField contentType)
calcCharset in class AbstractEntityCopyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.