Uses of Class
org.springframework.mail.MailParseException
Packages that use MailParseException
Package
Description
Spring's generic mail infrastructure.
JavaMail support for Spring's mail infrastructure.
-
Uses of MailParseException in org.springframework.mail
Methods in org.springframework.mail that throw MailParseExceptionModifier and TypeMethodDescriptionvoid
void
void
void
void
void
MailMessage.setReplyTo
(String replyTo) void
MailMessage.setSentDate
(Date sentDate) void
MailMessage.setSubject
(String subject) void
void
void
-
Uses of MailParseException in org.springframework.mail.javamail
Methods in org.springframework.mail.javamail that throw MailParseExceptionModifier and TypeMethodDescriptionvoid
void
void
void
void
void
MimeMailMessage.setReplyTo
(String replyTo) void
MimeMailMessage.setSentDate
(Date sentDate) void
MimeMailMessage.setSubject
(String subject) void
void
void