Class CramMD5AuthenticationHandler

java.lang.Object
ch.astorm.smtp4j.auth.CramMD5AuthenticationHandler
All Implemented Interfaces:
SmtpAuthenticatorHandler

public class CramMD5AuthenticationHandler extends Object implements SmtpAuthenticatorHandler
Handles the CRAM-MD5 authentication scheme. See here.