MessageHandlerpublic interface MessageHandler Custom message handlers must implement this interface
The message handlers will be server-wide common to all the SMTPHandlers,
therefore the handlers must store all the state information
in the SMTPSession object |
Methods Summary |
---|
public void | onMessage(SMTPSession session)
|
|