Interface LastSmtpContent

All Superinterfaces:
ByteBufHolder, ReferenceCounted, SmtpContent
All Known Implementing Classes:
DefaultLastSmtpContent

@UnstableApi public interface LastSmtpContent extends SmtpContent
The last part of a sequence of SmtpContents that are sent after a 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.