Example usage for org.apache.commons.net.smtp AuthenticatingSMTPClient subclass-usage

List of usage examples for org.apache.commons.net.smtp AuthenticatingSMTPClient subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.net.smtp AuthenticatingSMTPClient subclass-usage.

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 {