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

cn.featherfly.common.net.mail.MailCreator Maven / Gradle / Ivy


package cn.featherfly.common.net.mail;

import javax.mail.Message;

/**
 * 

* MailCreator *

* * @author 钟冀 */ public interface MailCreator { /** *

* 从Message创建mail对象 *

* @param message message * @return mail */ E create(Message message); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy