Interface SmtpResponse

All Known Implementing Classes:
DefaultSmtpResponse

@UnstableApi public interface SmtpResponse
A SMTP response
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the response code.
    Returns the details if any.
  • Method Details

    • code

      int code()
      Returns the response code.
    • details

      List<CharSequence> details()
      Returns the details if any.