Class DefaultSmtpRequest

    • Constructor Detail

      • DefaultSmtpRequest

        public DefaultSmtpRequest​(SmtpCommand command)
        Creates a new instance with the given command and no parameters.
      • DefaultSmtpRequest

        public DefaultSmtpRequest​(SmtpCommand command,
                                  CharSequence... parameters)
        Creates a new instance with the given command and parameters.
      • DefaultSmtpRequest

        public DefaultSmtpRequest​(CharSequence command,
                                  CharSequence... parameters)
        Creates a new instance with the given command and parameters.