Maven module :un.protocol : protocol-smtp :
Class : un.protocol.smtp.SMTPCommand
Extends/Implements : -
Subclasses : -

SMTP Client command definition.
author  Johann Sorel


Variables : verb, arguments
Functions : SMTPCommand, SMTPCommand, encode, createHELO, createEHLO


public Chars verb

public Chars[] arguments


public void SMTPCommand ()

public void SMTPCommand (Chars verb, Chars[] arguments)


Encode the command in text ready to be send to server.
return  encoded command
public Chars encode ()

public SMTPCommand createHELO (Chars domain)

public SMTPCommand createEHLO (Chars domainOrAddress)