Uses of Package
org.springframework.mail

Packages that use org.springframework.mail
org.springframework.mail Spring's generic mail infrastructure. 
org.springframework.mail.cos MailSender implementation that uses Jason Hunter's COS (com.oreilly.servlet) 
org.springframework.mail.javamail JavaMail support for Spring's mail infrastructure. 
 

Classes in org.springframework.mail used by org.springframework.mail
MailException
          Base class for all mail exceptions.
MailMessage
          This is a common interface for mail messages, allowing a user to set key values required in assembling a mail message, without needing to know if the underlying message is a simple text message or a more sophisticated MIME message.
MailParseException
          Exception thrown if illegal message properties are encountered.
SimpleMailMessage
          Encapsulates properties of a simple mail such as from, to, cc, subject, text.
 

Classes in org.springframework.mail used by org.springframework.mail.cos
MailException
          Base class for all mail exceptions.
MailSender
          This interface defines a strategy for sending simple mails.
SimpleMailMessage
          Encapsulates properties of a simple mail such as from, to, cc, subject, text.
 

Classes in org.springframework.mail used by org.springframework.mail.javamail
MailException
          Base class for all mail exceptions.
MailMessage
          This is a common interface for mail messages, allowing a user to set key values required in assembling a mail message, without needing to know if the underlying message is a simple text message or a more sophisticated MIME message.
MailParseException
          Exception thrown if illegal message properties are encountered.
MailSender
          This interface defines a strategy for sending simple mails.
SimpleMailMessage
          Encapsulates properties of a simple mail such as from, to, cc, subject, text.
 



Copyright (c) 2002-2005 The Spring Framework Project.