blob: 4e71ed33ca2a565e0c79147872d63adc8b8249d7 [file] [log] [blame]
=== MailAttributesListToMimeHeaders
Convert attributes of type Collection<String> to headers
Sample configuration:
....
<mailet match="All" class="MailAttributesToMimeHeaders">
<simplemapping>org.apache.james.attribute1;headerName1</simplemapping>
<simplemapping>org.apache.james.attribute2;headerName2</simplemapping>
</mailet>
....