INT-3861: Mail Namespace Support for userFlag

JIRA: https://jira.spring.io/browse/INT-3861

Allow the custom `userFlag` to be configured using the namespace.

Polishing according PR comments
This commit is contained in:
Gary Russell
2015-11-17 14:29:58 -05:00
committed by Artem Bilan
parent 33a40f6cae
commit f80c0db0df
11 changed files with 81 additions and 43 deletions

View File

@@ -253,6 +253,16 @@
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="user-flag" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation><![CDATA[
Specify the user flag to mark messages read by the adapter when the mail store does not support
the RECENT flag but does support user flags (keywords). This flag is set regardless of the
'should-mark-messages-as-read' attribute. It can be used in the 'search-term-strategy' (and
is by default) to ignore already processed messages. Default: 'spring-integration-mail-adapter'.
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
<xsd:element name="mail-to-string-transformer">