com.ozacc.mail.mailet.Mailet Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ozacc-mail Show documentation
Show all versions of ozacc-mail Show documentation
Library to send and receive emails.
The newest version!
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 - 2025 Weber Informatics LLC | Privacy Policy