Package org.bluezoo.gumdrop.smtp.client.handler


package org.bluezoo.gumdrop.smtp.client.handler
SMTP client handler and state interfaces.

This package contains the callback interfaces used to handle SMTP server responses and the state interfaces that constrain which operations are valid at each stage of the SMTP protocol.

Server Reply Handler Interfaces

These interfaces define callbacks your handler receives for server responses:

Client State Interfaces

These interfaces are provided to your handler callbacks, allowing you to issue SMTP commands at the appropriate protocol stage:

Author:
Chris Burdess
See Also: