INT-794 The 'should-delete-messages' attribute is required as of the 1.0.4 release. The underlying default is still TRUE.

This commit is contained in:
Mark Fisher
2010-04-16 17:17:44 +00:00
parent 0e5779deff
commit 603bf67e99

View File

@@ -132,10 +132,10 @@
</xsd:appinfo>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="should-delete-messages" type="xsd:string">
<xsd:attribute name="should-delete-messages" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation><![CDATA[
Specify whether mail messages should be deleted after retrieval. The default is TRUE.
Specify whether mail messages should be deleted after retrieval.
]]></xsd:documentation>
</xsd:annotation>
</xsd:attribute>