org.springframework.mail.javamail.MimeMessageHelper Helper class for easy population of a <code>javax.mail.internet.MimeMessage</code>. <p>Mirrors the simple setters of SimpleMailMessage, directly applying the values to the underlying MimeMessage. Allows to define a character encoding for the entire message, automatically applied ...org.springframework.mail.javamail.ConfigurableMimeFileTypeMap Spring-configurable <code>FileTypeMap</code> implementation that will read MIME type to file extension mappings from a standard JavaMail MIME type mapping file, using a standard <code>MimetypesFileTypeMap</code> underneath. <p>The mapping file should be in the follow ...org.springframework.mail.javamail.JavaMailSenderImpl Production implementation of the JavaMailSender interface. Supports both JavaMail MimeMessages and Spring SimpleMailMessages. Can also be used as plain MailSender implementation. <p>Allows for defining all settings locally as bean properties. Alternatively, a pre-configured JavaMail Session ...org.springframework.mail.javamail.JavaMailSenderTests @author Juergen Hoeller @since 09.10.2004 jodd.mail.ByteArrayDataSource Implements a DataSource from an InputStream, a byte array, a String, a File. This class has been build upon the similar one in javamail demos, but it is enhanced. | Popular Tags |