List of usage examples for org.apache.commons.net.smtp AuthenticatingSMTPClient subclass-usage
From source file uk.me.sa.android.notify_smtp.net.AuthSMTPTLSClient.java
public class AuthSMTPTLSClient extends AuthenticatingSMTPClient implements ProtocolCommandListener { private static final Logger log = LoggerFactory.getLogger(AuthSMTPTLSClient.class); private String command; public AuthSMTPTLSClient() throws NoSuchAlgorithmException {