Package org.springframework.mail.javamail

JavaMail support for Spring's mail infrastructure.

See:
          Description

Interface Summary
JavaMailSender Extended MailSender interface for JavaMail, supporting MIME messages both as direct arguments and via preparation callbacks.
MimeMessagePreparator Callback interface for preparation of JavaMail MIME messages.
 

Class Summary
JavaMailSenderImpl Implementation of the JavaMailSender interface.
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 easy population of a javax.mail.internet.MimeMessage.
 

Package org.springframework.mail.javamail Description

JavaMail support for Spring's mail infrastructure.



Copyright (C) 2003-2004 The Spring Framework Project.