Hi,

Can some kind soul place apply this patch. It is a small doc update
after a doc review.

Best Regards,
Chamil Thanthrimudalige

Index: xdocs/mail-configuration.html
===================================================================
--- xdocs/mail-configuration.html       (revision 231016)
+++ xdocs/mail-configuration.html       (working copy)
@@ -14,7 +14,7 @@
   <li>javamail</li>
   <li>activation</li>
   </ol>
-<p>We use the jeranimo version of these jars. Specificaly we are using 
geronimo-spec-javamail-[version].jar and 
geronimo-spec-activation-[version].jar. These will be downloaded by maven the 
build is being run.</p>
+<p>We use the jeranimo version of these jars. Specificaly we are using 
geronimo-spec-javamail-[version].jar and 
geronimo-spec-activation-[version].jar. These will be downloaded by maven when 
you run the maven build.</p>
 
 <h2>Transport Sender</h2>
 <p>You need to have a mail account to activate the mail functionality. This 
can either be a generic mail server or you can start up a james mail server. 
The Mail transport sender can be activated by adding following entry to the 
axis2.xml file.</p>
@@ -31,10 +31,10 @@
 
   <h2>Transport Receiver</h2>
 
-  <p>The mail Listener can be activated by adding following entry to the 
axis2.xml file.</p>
+  <p>The mail Listener can be activated by adding the following entry to the 
axis2.xml file.</p>
 
   <source><pre>
-   &lt;transportReceiver name="mail" 
class="org.apache.axis2.transport.mail.SimpleMailListener">
+   &lt;transportReceiver name="mail" 
class="org.apache.axis2.transport.mail.SimpleMailListener"&gt;
         &lt;parameter name="transport.mail.pop3.host" 
locked="xsd:false"&gt;pop server host&lt;/parameter&gt;
         &lt;parameter name="transport.mail.pop3.user" 
locked="xsd:false"&gt;user name&lt;/parameter&gt;
         &lt;parameter name="transport.mail.pop3.password" 
locked="xsd:false"&gt;password&lt;/parameter&gt;
@@ -64,7 +64,7 @@
 </source>
   
   <h2>Configure James as SMTP and POP server</h2>
-  <p>Download the <a href="http://james.apache.org/";>Apache James</a> and 
start James, connect to the James via telnet for administrator James with 
following code
+  <p>Download the <a href="http://james.apache.org/";>Apache James</a> and 
start James, connect to the James via telnet for administrator James with the 
following code
 </p>
 
 <source>
Index: xdocs/mail-transport.html
===================================================================
--- xdocs/mail-transport.html   (revision 231016)
+++ xdocs/mail-transport.html   (working copy)
@@ -37,11 +37,11 @@
 <p></p>
 <p>Option number 1 and 2 are
 fairly simple and easy to implement, whereas option 3 is somewhat
-harder [unless of cause you are one of those guys who see mails going
+harder [unless of course you are one of those guys who see mails going
 around in your dreams.]. However the mailet scenario provides a more robust 
and useful
 solution in a production environment.</p>
 <p>If you are not a guru in mail
-related issues you should probably get stated on the simple mail server
+related issues you should probably get started on the simple mail server
 that has been provided with Axis2. Once you get the hang of the Axis2
 related issues then you can move onto tackle the mail beast. Please do
 keep in mind that the mail server we have implemented is ONLY FOR
@@ -182,7 +182,7 @@
         Utils.resolvePhases(configContext.getAxisConfiguration(), service);
         ServiceContext serviceContext = 
configContext.createServiceContext(serviceName);
 </code></pre>
-<p>We have to create a separate ConfigurationContext and then use that. We are 
done simple as that.</p>
+<p>We have to create a separate ConfigurationContext and then use that. We are 
done; wasn't that simple?</p>
 <h3>3. Calling Axis through a
 James mailet</h3>
 <p>This process will be a bit more
@@ -274,6 +274,6 @@
                 .buildConfigurationContext(file.getAbsolutePath());
 </code>
 </pre>
-<p>Well that seems to be all form the wonderful world of mail for now. :)</p>
+<p>Well that seems to be all from the wonderful world of mail for now. :)</p>
 </body>
 </html>
\ No newline at end of file

Reply via email to