|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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
Models a simple mail message, including data such as the from, to, cc, subject, and text fields. |
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
Models a simple mail message, including data such as the from, to, cc, subject, and text fields. |
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
Models a simple mail message, including data such as the from, to, cc, subject, and text fields. |
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |