Package org.subethamail.smtp.client


package org.subethamail.smtp.client
  • Class
    Description
    Indicates that the server either does not support authentication at all or no authentication mechanism exists which is supported by both the server and the client.
    An Authenticator is called by SmartClient after the initial EHLO command and negotiates the authentication of the user for example by issuing the SMTP AUTH command to the server.
    PlainAuthenticator implements the SASL PLAIN mechanism which authenticates the client using a name - password combination.
    A somewhat smarter abstraction of an SMTP client which doesn't require knowing anything about the nitty gritty of SMTP.
    A very low level abstraction of the STMP stream which knows how to handle the raw protocol for lines, whitespace, etc.
    Result of an SMTP exchange.
    Thrown if a syntactically valid reply was received from the server, which indicates an error via the status code.