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

kz.greetgo.email.from_spring.javamail.MimeMessagePreparator Maven / Gradle / Ivy

The newest version!
package kz.greetgo.email.from_spring.javamail;

import javax.mail.internet.MimeMessage;

public interface MimeMessagePreparator {

  void prepare(MimeMessage mimeMessage) throws Exception;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy