v2.4.0
Version Number
2.4.0-99
New Features
-
CAF-3561: Email headers can now be built for use during markup using document metadata.
For emails where the root email headers are not included in the content of the email, markup can now be configured to build the email headers instead, making them available for use in the output fields operation. This option is controlled via theaddEmailHeadersDuringMarkupconfiguration option. -
CAF-3821: Supporting handling epoch date values as ISO-8601 during markup.
New mapping option added to transform a field value from epoch format to ISO-8601 during markup. This is the format that dates read from the body of an email are output in so this allows email header to be constructed for use in output fields. -
CAF-3846: Supporting converting hex values to base64 during markup.
New mapping option added to transform a field value from a hex encoded representation to a base64 encoded representation during markup.