acs_messaging_format_as_html (private)

 acs_messaging_format_as_html mime_type content

Defined in packages/acs-messaging/tcl/acs-messaging-procs.tcl

Returns a string of HTML which appropriately renders the content given its mime content-type. This function supports three content types, "text/plain", "text/plain; format=flowed", and "text/html"

Parameters:
mime_type (required)
MIME content-type of content
content (required)
Text to view

Testcases:
acs_messaging_format_as_html
[ show source ]
Show another procedure: