Uses of Interface
org.bluezoo.gumdrop.smtp.client.handler.ServerRsetReplyHandler
Packages that use ServerRsetReplyHandler
Package
Description
Non-blocking SMTP client for sending outbound email.
SMTP client handler and state interfaces.
-
Uses of ServerRsetReplyHandler in org.bluezoo.gumdrop.smtp.client
Methods in org.bluezoo.gumdrop.smtp.client with parameters of type ServerRsetReplyHandlerModifier and TypeMethodDescriptionvoidSMTPClientProtocolHandler.rset(ServerRsetReplyHandler callback) RFC 5321 §4.1.1.5 — RSET command. -
Uses of ServerRsetReplyHandler in org.bluezoo.gumdrop.smtp.client.handler
Methods in org.bluezoo.gumdrop.smtp.client.handler with parameters of type ServerRsetReplyHandlerModifier and TypeMethodDescriptionvoidClientEnvelopeState.rset(ServerRsetReplyHandler callback) Aborts the current mail transaction.