You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by er...@apache.org on 2010/12/06 14:16:57 UTC

svn commit: r1042623 - in /james/server/trunk/src/site/xdoc: dev-provided-smtp-hooks.xml feature-smtp-hooks.xml

Author: eric
Date: Mon Dec  6 13:16:57 2010
New Revision: 1042623

URL: http://svn.apache.org/viewvc?rev=1042623&view=rev
Log:
Small formatting on smtp hook text.

Modified:
    james/server/trunk/src/site/xdoc/dev-provided-smtp-hooks.xml
    james/server/trunk/src/site/xdoc/feature-smtp-hooks.xml

Modified: james/server/trunk/src/site/xdoc/dev-provided-smtp-hooks.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/dev-provided-smtp-hooks.xml?rev=1042623&r1=1042622&r2=1042623&view=diff
==============================================================================
--- james/server/trunk/src/site/xdoc/dev-provided-smtp-hooks.xml (original)
+++ james/server/trunk/src/site/xdoc/dev-provided-smtp-hooks.xml Mon Dec  6 13:16:57 2010
@@ -54,15 +54,12 @@
     </subsection>
 
     <subsection name="JamesMessageHook">
-
       <p>Allow to hook in your code after the email was received via the DATA command and 
-      was marked for queuing by the CLRF.CRLF sequence. This will get executed right before 
-      the message will actual get queued.</p>
-      
+         was marked for queuing by the CLRF.CRLF sequence. This will get executed right before 
+         the message will actual get queued.</p>
       <p>IMPORTANT: If you want to do heavy processing here 
-      and not want to reject the method based on a criteria you are most times better of to 
-      use the Mailet API!</p>
-
+         and not want to reject the method based on a criteria you are most times better of to 
+         use the Mailet API!</p>
     </subsection>
 
     <subsection name="QuitHook">
@@ -90,4 +87,5 @@
   </section>
 
 </body>
+
 </document>

Modified: james/server/trunk/src/site/xdoc/feature-smtp-hooks.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/feature-smtp-hooks.xml?rev=1042623&r1=1042622&r2=1042623&view=diff
==============================================================================
--- james/server/trunk/src/site/xdoc/feature-smtp-hooks.xml (original)
+++ james/server/trunk/src/site/xdoc/feature-smtp-hooks.xml Mon Dec  6 13:16:57 2010
@@ -30,7 +30,7 @@
     <p>The James SMTP Server Component allows to easy write your own code which will get executed 
        in the SMTP-Transaction. Thats a bit different then using a Mailet a.k.a Mailet-API.</p>
       
-    <p>The James SMTP Server comes with a few interfaces which helps you to "hook-in" a 
+    <p>To customize your SMTP Server, you have a few interfaces which helps you to "hook-in" a 
        specific SMTP Command. That means your class which implements the given interface(s) will get
        called after the SMTP-Command was parsed and depending on your implementation it will handle it.</p>
 
@@ -42,7 +42,7 @@
 
     <p>But be aware as your code needs to get executed during the SMTP-Transaction it should not 
        take to long to execute. As it will need to fit in before the timeout was hit which can be 
-       different on every mailserver. But as a general rule as long as your code can get executed 
+       different on every mail server. But as a general rule as long as your code can get executed 
        within 30 seconds it should be fine.</p>
       
   </section>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org