Quote header value
Anatomy
<mail:quote var="var">
string
</mail:quote>
Description: MAIL:QUOTE encodes a header value with MIME encoded-word syntax according to RFC 2047.
Attributes
| Name | Type | Description | Defined By |
|---|---|---|---|
| var | var | Result variable name | mail:quote |
Results:
| Binding | Type | Predicate |
|---|---|---|
| var | string | N/A |
Examples
Example
<output>
<mail:quote>Header value with special characters such as äöü</mail:quote>
</output>
<!-- Header value with special characters such as =?UTF-8?Q?=C3=A4=C3=B6=C3=BC?= -->