blob: 8523bb751347344f8169e60ec66aad606b31ef46 [file] [log] [blame]
=== RecoverAttachment
This mailet takes an attachment stored in an attribute and attach it back to
the message
This may be used to place back attachment stripped by StripAttachment and
stored in the attribute
*org.apache.james.mailet.standard.mailets.StripAttachment.saved*
....
<mailet match="All" class="RecoverAttachment" >
<attribute>my.attribute.name</attribute>
</mailet >
....