Search Java Classes and Packages
Search Java Frameworks and Libraries
#Org.springframework.mail Classes and Interfaces - 15 results found.
| Name | Description | Type | Package | Framework |
| ConfigurableMimeFileTypeMap | Spring-configurable FileTypeMap implementation that will readMIME type to file extension mappings from a standard JavaMail MIME type | Class | org.springframework.mail.javamail | Spring MVC |
|
| InternetAddressEditor | Editor for java. | Class | org.springframework.mail.javamail | Spring MVC |
|
| JavaMailSender | supporting MIME messages both as direct arguments and through preparationcallbacks. | Interface | org.springframework.mail.javamail | Spring MVC |
|
| JavaMailSenderImpl | Production implementation of the JavaMailSender interface,supporting both JavaMail MimeMessages and Spring | Class | org.springframework.mail.javamail | Spring MVC |
|
| MailAuthenticationException | Exception thrown on failed authentication. | Class | org.springframework.mail | Spring MVC |
|
| MailException | Base class for all mail exceptions. | Class | org.springframework.mail | Spring MVC |
|
| MailMessage | This is a common interface for mail messages, allowing a user to set keyvalues required in assembling a mail message, without needing to know if | Interface | org.springframework.mail | Spring MVC |
|
| MailParseException | Exception thrown if illegal message properties are encountered. | Class | org.springframework.mail | Spring MVC |
|
| MailPreparationException | Exception to be thrown by user code if a mail cannot be prepared properly,for example when a Velocity template cannot be rendered for the mail text. | Class | org.springframework.mail | Spring MVC |
|
| MailSender | This interface defines a strategy for sending simple mails. | Interface | org.springframework.mail | Spring MVC |
|
| MailSendException | Exception thrown when a mail sending error is encountered. | Class | org.springframework.mail | Spring MVC |
|
| MimeMailMessage | to let message population code interact with a simple message or a MIMEmessage through a common interface. | Class | org.springframework.mail.javamail | Spring MVC |
|
| MimeMessageHelper | Helper class for populating a MimeMessage. | Class | org.springframework.mail.javamail | Spring MVC |
|
| MimeMessagePreparator | Callback interface for the preparation of JavaMail MIME messages. | Interface | org.springframework.mail.javamail | Spring MVC |
|
| SimpleMailMessage | Models a simple mail message, including data such as the from, to, cc, subject, and text fields. | Class | org.springframework.mail | Spring MVC |