Author: eric
Date: Wed Jun 27 07:45:31 2012
New Revision: 1354353
URL: http://svn.apache.org/viewvc?rev=1354353&view=rev
Log:
Document ToSenderMailet (JAMES-1365)
Modified:
james/server/trunk/src/site/xdoc/dev-provided-mailets.xml
Modified: james/server/trunk/src/site/xdoc/dev-provided-mailets.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/dev-provided-mailets.xml?rev=1354353&r1=1354352&r2=1354353&view=diff
==============================================================================
--- james/server/trunk/src/site/xdoc/dev-provided-mailets.xml (original)
+++ james/server/trunk/src/site/xdoc/dev-provided-mailets.xml Wed Jun 27
07:45:31 2012
@@ -536,15 +536,26 @@ present, no error message is set.</li>
</p>
</subsection>
-<subsection name="ToFolder">
- <p>Description: ...</p>
+<subsection name="ToSenderFolder">
+ <p>
+ Description: Place a copy of the mail message in a folder of the sender.
It needs to be used in combination
+ with the SenderIsLocal matcher
+ </p>
<p>Parameters:
<ul>
- <li><strong>...</strong> (required) - ....</li>
- <li><strong>...</strong> (optional) - ....</li>
+ <li><strong>folder</strong> (required) - The folder name of the Sender
mailbox in which the mail will be copied.</li>
+ <li><strong>consume</strong> (optional) - flag tru or false: will tell
is the mail will be further processed by the upcoming processor mailets, or
not</li>
</ul>
</p>
+
+<source>
+<mailet match="SenderIsLocal" class="ToSenderFolder">
+ <folder>Sent</folder>
+ <consume>false</consume>
+</mailet>
+</source>
+
</subsection>
<subsection name="ToMultiRepository">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]