Skip to content

Commit 83f3df1

Browse files
committed
Updating Mail chapter regarding changes in Spring 2.0 and 3.0.
1 parent e651c69 commit 83f3df1

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

spring-framework-reference/src/mail.xml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@
1919
<para>The <ulink url="http://java.sun.com/products/javabeans/jaf/downloads/index.html">JAF</ulink> <filename class="libraryfile">activation.jar</filename> library</para>
2020
</listitem>
2121
</itemizedlist>
22-
<para>All of these libraries are available in the Spring-with-dependencies
23-
distribution of the Spring Framework (in addition to also being freely
24-
available on the web).</para>
22+
<para>All of these libraries are freely available on the web.</para>
2523
</sidebar>
2624

2725
<para>The Spring Framework provides a helpful utility library for sending
@@ -37,7 +35,7 @@
3735
This package also contains a hierarchy of checked exceptions which provide
3836
a higher level of abstraction over the lower level mail system exceptions
3937
with the root exception being <exceptionname>MailException</exceptionname>. Please
40-
refer to the Javadocs for more information on the rich mail exception hierarchy.</para>
38+
refer to the JavaDocs for more information on the rich mail exception hierarchy.</para>
4139

4240
<para>The <interfacename>org.springframework.mail.javamail.JavaMailSender</interfacename>
4341
interface adds specialized <emphasis>JavaMail</emphasis> features such as MIME
@@ -184,12 +182,8 @@ public class SimpleOrderManager implements OrderManager {
184182
<interfacename>OrderManager</interfacename> target.</para>
185183
</note>
186184

187-
<para>The Spring Framework's mail support ships with two
188-
<interfacename>MailSender</interfacename> implementations. The standard JavaMail
189-
implementation and the implementation on top of Jason Hunter's
190-
<classname>MailMessage</classname> class that is included in
191-
<ulink url="http://servlets.com/cos">the <literal>com.oreilly.servlet</literal>
192-
package</ulink>. Please refer to the relevant Javadocs for more information.</para>
185+
<para>The Spring Framework's mail support ships with the standard JavaMail
186+
implementation. Please refer to the relevant JavaDocs for more information.</para>
193187
</section>
194188

195189
</section>

0 commit comments

Comments
 (0)