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 bt...@apache.org on 2016/08/29 12:29:55 UTC

[3/3] james-project git commit: MAILET-107 Correct documentation for HasAttachment

MAILET-107 Correct documentation for HasAttachment


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/37761372
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/37761372
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/37761372

Branch: refs/heads/master
Commit: 37761372f1f91e79622820ed3e810d9bdb033b55
Parents: 16829c1
Author: Benoit Tellier <bt...@linagora.com>
Authored: Wed Aug 17 15:11:00 2016 +0700
Committer: Benoit Tellier <bt...@linagora.com>
Committed: Mon Aug 29 19:29:17 2016 +0700

----------------------------------------------------------------------
 server/src/site/xdoc/dev-provided-matchers.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/37761372/server/src/site/xdoc/dev-provided-matchers.xml
----------------------------------------------------------------------
diff --git a/server/src/site/xdoc/dev-provided-matchers.xml b/server/src/site/xdoc/dev-provided-matchers.xml
index cd18a91..6818062 100644
--- a/server/src/site/xdoc/dev-provided-matchers.xml
+++ b/server/src/site/xdoc/dev-provided-matchers.xml
@@ -102,7 +102,8 @@
             </subsection>
 
             <subsection name="HasAttachment">
-                <p>Description: Matches those messages with a MIME type of "multipart/mixed".  All recipients are returned.</p>
+                <p>Description: Matches those messages with at list a body part with an attachment. Content disposition
+                    is used to detect attachment, as specified by RFC-2183. All recipients are returned.</p>
                 <p>Configuration string: None.</p>
             </subsection>
 


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