From 83f3df14bd8bc8bbadac23fe8a925fc49196732d Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Sat, 24 Oct 2009 19:32:05 +0000 Subject: [PATCH] Updating Mail chapter regarding changes in Spring 2.0 and 3.0. --- spring-framework-reference/src/mail.xml | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/spring-framework-reference/src/mail.xml b/spring-framework-reference/src/mail.xml index ed21909febf..bb1af2b4385 100644 --- a/spring-framework-reference/src/mail.xml +++ b/spring-framework-reference/src/mail.xml @@ -19,9 +19,7 @@ The JAF activation.jar library - All of these libraries are available in the Spring-with-dependencies - distribution of the Spring Framework (in addition to also being freely - available on the web). + All of these libraries are freely available on the web. The Spring Framework provides a helpful utility library for sending @@ -37,7 +35,7 @@ This package also contains a hierarchy of checked exceptions which provide a higher level of abstraction over the lower level mail system exceptions with the root exception being MailException. Please - refer to the Javadocs for more information on the rich mail exception hierarchy. + refer to the JavaDocs for more information on the rich mail exception hierarchy. The org.springframework.mail.javamail.JavaMailSender interface adds specialized JavaMail features such as MIME @@ -184,12 +182,8 @@ public class SimpleOrderManager implements OrderManager { OrderManager target. - The Spring Framework's mail support ships with two - MailSender implementations. The standard JavaMail - implementation and the implementation on top of Jason Hunter's - MailMessage class that is included in - the com.oreilly.servlet - package. Please refer to the relevant Javadocs for more information. + The Spring Framework's mail support ships with the standard JavaMail + implementation. Please refer to the relevant JavaDocs for more information.