Interface SmtpContent

All Superinterfaces:
ByteBufHolder, ReferenceCounted
All Known Subinterfaces:
LastSmtpContent
All Known Implementing Classes:
DefaultLastSmtpContent, DefaultSmtpContent

@UnstableApi public interface SmtpContent extends ByteBufHolder
Content that is sent after the DATA request. Be aware that a SmtpContent / LastSmtpContent sequence must always use CRLF as line delimiter and the lines that start with a DOT must be escaped with an extra DOT as specified by RFC2821.