ConnectHandlerpublic interface ConnectHandler Custom connect handlers must implement this interface
The connect 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 | onConnect(SMTPSession session)
|
|