程序包 org.springframework.mail.javamail
JavaMail support for Spring's mail infrastructure. Provides an extended JavaMailSender interface and a MimeMessageHelper class for convenient population of a JavaMail MimeMessage.
接口概要 接口 说明 JavaMailSender ExtendedMailSenderinterface for JavaMail, supporting MIME messages both as direct arguments and through preparation callbacks.MimeMessagePreparator Callback interface for the preparation of JavaMail MIME messages.类概要 类 说明 ConfigurableMimeFileTypeMap Spring-configurableFileTypeMapimplementation that will read MIME type to file extension mappings from a standard JavaMail MIME type mapping file, using a standardMimetypesFileTypeMapunderneath.InternetAddressEditor Editor forjava.mail.internet.InternetAddress, to directly populate an InternetAddress property.JavaMailSenderImpl Production implementation of theJavaMailSenderinterface, supporting both JavaMailMimeMessagesand SpringSimpleMailMessages.MimeMailMessage Implementation of the MailMessage interface for a JavaMail MIME message, to let message population code interact with a simple message or a MIME message through a common interface.MimeMessageHelper Helper class for populating aMimeMessage.