Appearance
Core
- MessageConnector Extension point to implement mail retrieval from external sources to iAGENT.
- DeliveryFailureMessageReceivedEventListener Extension point to be notified if a delivery failure message has been received. The processing of the delivery failure message can be influenced.
- IncomingMessageReceivedEventListener Extension point to perform actions after the message has been received but before being processed by the knowledge base.
- IncomingMessageAnalyzer Extension point to provide decisions based on a content analysis of the incoming message.
- TemplateMessageManipulator Extension point to manipulate the generated messageTemplate message.
- PostIncomingMessageListener Extension point to perform actions after a message has been received and processed by the knowledge base and been pushed to the central backlog.
- PreSendMessageManipulator Extension point to manipulate the message before being sent.
- PreSendMessageEventListener Extension point to perform actions before a message is being sent
- MessageSentEventListener Extension point to perform actions after a message has been sent.
- PostSendMessageListener Extension point to perform actions after the message has been sent.

