程序包 cn.taketoday.context.support.mail.javamail


@NonNullApi @NonNullFields package cn.taketoday.context.support.mail.javamail
JavaMail support for Framework's mail infrastructure. Provides an extended JavaMailSender interface and a MimeMessageHelper class for convenient population of a JavaMail MimeMessage.
  • 说明
    Framework-configurable FileTypeMap implementation that will read MIME type to file extension mappings from a standard JavaMail MIME type mapping file, using a standard MimetypesFileTypeMap underneath.
    Editor for java.mail.internet.InternetAddress, to directly populate an InternetAddress property.
    Extended MailSender interface for JavaMail, supporting MIME messages both as direct arguments and through preparation callbacks.
    Production implementation of the JavaMailSender interface, supporting both JavaMail MimeMessages and Framework SimpleMailMessages.
    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.
    Helper class for populating a MimeMessage.
    Callback interface for the preparation of JavaMail MIME messages.