| Interface | Description |
|---|---|
| IMessageField |
The interface that message fields must support.
|
| Class | Description |
|---|---|
| AllStringParts | |
| AttachmentOfType |
The class that finds an attachment of a particular type
|
| AttachmentsOfType |
The class that finds one or more 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
|
| BodyWithoutOriginalMessage | |
| BuildNumber |
A message field that just returns the ResponseMaster build number
Probably not helpful for real customers; it was added to simplify internal regression test
configuration.
|
| Coalesce | |
| DecodeBase64 | |
| 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
|
| JavaProperty |
A message field that comes from a Java Property, typically passed on the command line.
|
| MessageAsRFC822ByteArray |
The class that just returns the underlying Java mail Message for the message
|
| 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
|
| OriginalDate |
A class to extract the original Date of the sent message
|
| OriginalFrom |
A class to extract the original From of the sent message
|
| OriginalSubject |
A class to extract the original subject of the sent 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
|
| StatusCode | |
| StringToDate |
Converts a string in another field into a date, using internet mail date format
|
| Subject |
The class that gets the subject of the message
|
| ToAddress |
The class that gets the To address of the message
|