Top | ![]() |
![]() |
![]() |
![]() |
CamelMimeFilter * camel_mime_filter_tohtml_new (CamelMimeFilterToHTMLFlags flags
,guint32 color
);
Create a new CamelMimeFilterToHTML object to convert plain text into HTML.
gchar * camel_text_to_html (const gchar *in
,CamelMimeFilterToHTMLFlags flags
,guint32 color
);
Convert in
from plain text into HTML.
Flags for converting text/plain content into text/html.
Enclose the content in <pre> ... </pre> tags. |
||
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>. |
||
Color quoted lines (lines beginning with '>'). |
||
Convert mailto: URLs to <a href="mailto:foo">mailto:foo</a>. |
||
Convert 8-bit characters to escaped hexdecimal (&nnn;). |
||
Prefix each line with "> ". |
||
This flag is not used by CamelMimeFilterToHTML. |
||
This flag is not used by CamelMimeFilterToHTML. |
||
Group lines beginning with one or more '>' characters in <blockquote type="cite"> ... </blockquote> tags. The tags are nested according to the number of '>' characters. |