Class DefaultSmtpResponse

    • Constructor Detail

      • DefaultSmtpResponse

        public DefaultSmtpResponse​(int code)
        Creates a new instance with the given smtp code and no details.
      • DefaultSmtpResponse

        public DefaultSmtpResponse​(int code,
                                   CharSequence... details)
        Creates a new instance with the given smtp code and details.