Uses of Package
org.subethamail.smtp.client

Packages that use org.subethamail.smtp.client
Package
Description
 
  • 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.
    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.