Package com.extrememessaging.ResponseMaster.MessageFields

Interface Summary
IMessageField The interface that message fields must support.
 

Class Summary
AttachmentOfType The class that finds an attachment of a particular type
Body The class that gets the body from the message It also sets the values of the AttachedMessageSubject, Attachment, DeliveryStatusData, HtmlBody, NestedMessageObject, and NestedMessageString fields
From The class that gets the From address from the message
FromName The class that gets the From name from the message, including both the display name and address
FromPostmaster The class that determines if the From address is the postmaster or not
MessageGUID The class that generates a globally unique identifier for the message
MessageHeader The class that gets a header from the message
MessageObject The class that just returns the underlying Java mail Message for the message
ProcessedTimestamp The class that gets the timestamp of when the message was processed by ResponseMaster
ReceivedTimestamp The class that gets the received timestamp from the message Note: This doesn't work for POP3 since POP3 doesn't have a received date See: http://java.sun.com/products/javamail/1.3/docs/javadocs/com/sun/mail/pop3/package-summary.html
RegexExtractor  
RegularExpression Message field that gets its value by applying a regular expression to another field
SentTimestamp The class that gets the sent timestamp from the message
SetByOther This is a generic class used for message fields that is set by another field
SizeOfMessage The class that gets the size of the message
Subject The class that gets the subject of the message
ToAddress The class that gets the To address of the message