Package io.netty.handler.codec.smtp
@UnstableApi
package io.netty.handler.codec.smtp
SMTP codec.
-
ClassDescriptionDefault implementation of
LastSmtpContent
that does no validation of the raw data passed in.Default implementation ofSmtpContent
that does no validation of the raw data passed in.DefaultSmtpRequest
implementation.DefaultSmtpResponse
implementation.The last part of a sequence ofSmtpContent
s that are sent after aDATA
request.The command part of aSmtpRequest
.Content that is sent after theDATA
request.An SMTP request.Encoder for SMTP requests.Provides utility methods to createSmtpRequest
s.A SMTP responseDecoder for SMTP responses.