Uses of Class
ch.astorm.smtp4j.protocol.SmtpCommand
-
Packages that use SmtpCommand Package Description ch.astorm.smtp4j.protocol -
-
Uses of SmtpCommand in ch.astorm.smtp4j.protocol
Methods in ch.astorm.smtp4j.protocol that return SmtpCommand Modifier and Type Method Description static SmtpCommandSmtpCommand. parse(java.lang.String line)Parses thelineand creates a newSmtpCommand.
-