All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javax.mail.Authenticator Maven / Gradle / Ivy

package javax.mail;

public abstract class Authenticator {

    protected PasswordAuthentication getPasswordAuthentication() {
        return null;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy