Quote header value
XML
<mail:quote var="var">
string
</mail:quote>
<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
XML
<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?= -->