true if the authentication succeeded, false if the authenticationfailed and nullis not finished yet
@throws Exception if the authentication fails
response parameter) at each clientInput. Depending on the authentication mechanism, the handshaking process may require many request-response passes. This method will return true only when the authentication process is finished
@return true if the authentication process is finished, false otherwise.
@param clientInput The client's input.
@param response a buffer filled with your response to the client input.
@param ctx the connection context filled with the credential of the user if authentication succeeds.
@throws org.subethamail.smtp.RejectException if authentication fails.
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |