Subject content keys are prefixed with #
, e.g. #key ="some long value"
This field processor uses content in the format #key="some long value"
. The key
is prefixed with the #
symbol, and the value
is placed on the other side of the equals sign. This field processor is only applicable on the Subject header.
Example usage
Here is an example email where this processor is used in order send an assignee directive to JEMH Cloud. For an extensive list of supported field types, please see Directives.
MIME-Version: 1.0 Subject: Subject of the email goes here #assignee=username From: bob@example.com To: jemhcloud@example.com Content-Type: text/plain; charset=UTF-8 This is the description/comment body of the email. It will not be considered as a directive by the processor!