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

com.ozacc.mail.mailet.Mailet Maven / Gradle / Ivy

package com.ozacc.mail.mailet;

import com.ozacc.mail.fetch.ReceivedMail;

/**
 * Mailetインターフェース。
 * 
 * @since 1.2
 * @author Tomohiro Otsuka
 * @version $Id: Mailet.java,v 1.1.2.2 2005/01/23 06:46:54 otsuka Exp $
 */
public interface Mailet {

	void service(ReceivedMail mail);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy