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

jodd.mail.ReceiveMailSessionProvider Maven / Gradle / Ivy

There is a newer version: 3.4.1
Show newest version
// Copyright (c) 2003-2011, Jodd Team (jodd.org). All Rights Reserved.

package jodd.mail;

/**
 * Create {@link ReceiveMailSession email receiving sessions}.
 */
public interface ReceiveMailSessionProvider {

	/**
	 * Creates new receiving mail session.
	 */
	ReceiveMailSession createSession();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy