PostIncomingMessageListener

since v10.0.42

The extension point PostIncomingMessageListener is a java interface that can be implemented to perform actions after the message has been received and successfully pushed to the backlog.

Your plugin receives the incoming and the backlog message as a javax.mail.Message and other parameters containing additional information about the messages. Any changes to the messages will be without effect.