Prefix each line with "> ".
Convert mailto: URLs to <a href="mailto:foo">mailto:foo</a>.
Convert newline characters to <br> tags.
Convert space and tab characters to a non-breaking space ( ).
Convert recognized URLs to <a href="foo">foo</a>.
Enclose the paragraphs in <div> ... </div> tags. Cannot be used together with %CAMEL_MIME_FILTER_TOHTML_PRE.
Convert 8-bit characters to escaped hexdecimal (&#nnn;).
This flag is not used by #CamelMimeFilterToHTML.
Color quoted lines (lines beginning with '>').
Enclose the content in <pre> ... </pre> tags. Cannot be used together with %CAMEL_MIME_FILTER_TOHTML_DIV.
This flag is not used by #CamelMimeFilterToHTML.
Set in combination with %CAMEL_MIME_FILTER_TOHTML_CONVERT_SPACES, to keep tab characters. If not set, converts them into the spaces.
Group lines beginning with one or more '>' characters in <blockquote type="cite"> ... </blockquote> tags. The tags are nested according to the number of '>' characters.
Flags for converting text/plain content into text/html.