
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