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

org.subethamail.smtp.AuthenticationHandlerFactory Maven / Gradle / Ivy

The newest version!
package org.subethamail.smtp;

/**
 *
 * @author Marco Trevisan 
 */
public interface AuthenticationHandlerFactory
{
	public AuthenticationHandler create();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy