| Interface | Description |
|---|---|
| IConfigurableItem |
| Class | Description |
|---|---|
| CategoryDefinition |
An internal class for holding the definition of a category
It is loaded from the category definitions file
|
| CCategorizationRule |
A rule that places the message into a category
This class is internal to ResponseMaster
|
| CDaemon | |
| CDispositions |
The distributor of work to the disposition classes.
|
| CHelper |
Some helper functions that are useful in many places in ResponseMaster and
may be useful to others working on response handling
|
| CLicenseManager |
Checks the license
|
| CMailbox |
The class that does most of the work.
|
| CMailboxMBean | |
| CMailboxThread |
This is mostly just a data container.
|
| CMain |
This class is the main entry point of the application.
|
| CMessage |
Extreme Messaging's wrapper of a Java mail message
Manages access to the message fields.
|
| CMonitorManager |
This class manages the set of monitoring objects
All the methods are currently static
|
| COutputField |
This class is used by several of the disposition objects that take a list of fields
|
| CXMLHelper |
A class that helps with reading configuration information from XML files
|
| DispositionType |
This class holds the information about a disposition type
It is created from CDispositions.ReadDispositionTypesFromFiles
|
| eCategories |
This class holds information about the categories
|
| eMessageFields |
This class holds information about the message fields
|
| eTlsOption |
This class is essentially an enumerated type for TLS options.
|
| MailboxConnectionInfo |
Encapsulates the settings required to connection to a mailbox: protocol, username, ...
|
| MessageFieldDefinition |
This class holds the definition of a message field
|
| OriginalToAddress |
The class that extracts the original to address from the message
If you are using VERP, you may need to replace this class.
|
| SensitivitySettings |
Stores the settings for rule sensitivity in varying categories
|
| SimpleDateFormat |
This simple class just wraps java.text.SimpleDateFormat to
make it thread safe.
|
| Exception | Description |
|---|---|
| InvalidCategoryName |
This class is thrown if the category name passed to a number of functions
is incorrect.
|
| InvalidMessageFieldName |
This class is thrown if the category name passed to a number of functions
is incorrect.
|
| InvalidTlsOptionName |
Exception class thrown by eTlsOption functions if the option name
is invalid.
|
| ResponseMasterDecodingException |
This type of exception is thrown when something cannot be
decoded by ResponseMaster
|
| ResponseMasterException |
This class is thrown when there are errors that are handled by ResponseMaster
|