INT-1804, INT-1825 finished up with support for filtering email messages and flagging messages with arbitrary flags if RECENT flag is not supported (e.g., GMAIL)

This commit is contained in:
Oleg Zhurakousky
2011-03-08 15:43:10 -05:00
parent 653c61e8d1
commit ff46bec6ad
7 changed files with 79 additions and 74 deletions

View File

@@ -157,10 +157,10 @@
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="message-matcher-expression" type="xsd:string">
<xsd:attribute name="mail-filter-expression" type="xsd:string">
<xsd:annotation>
<xsd:documentation><![CDATA[
Allows you to provide a SpEL expression which defines a fine grained filtering criteria for the emails to be processed by this adapter.
Allows you to provide a SpEL expression which defines a fine grained filtering criteria for the mail messages to be processed by this adapter.
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>