Gjsify LogoGjsify Logo

Flags for converting text/plain content into text/html.

bitfield

Index

Enumeration Members

CITE: number

Prefix each line with "> ".

CONVERT_ADDRESSES: number

Convert mailto: URLs to <a href="mailto:foo">mailto:foo</a>.

CONVERT_NL: number

Convert newline characters to <br> tags.

CONVERT_SPACES: number

Convert space and tab characters to a non-breaking space (&nbsp;).

CONVERT_URLS: number

Convert recognized URLs to <a href="foo">foo</a>.

DIV: number

Enclose the paragraphs in <div> ... </div> tags. Cannot be used together with %CAMEL_MIME_FILTER_TOHTML_PRE.

ESCAPE_8BIT: number

Convert 8-bit characters to escaped hexdecimal (&#nnn;).

FORMAT_FLOWED: number

This flag is not used by #CamelMimeFilterToHTML.

MARK_CITATION: number

Color quoted lines (lines beginning with '>').

PRE: number

Enclose the content in <pre> ... </pre> tags. Cannot be used together with %CAMEL_MIME_FILTER_TOHTML_DIV.

PRESERVE_8BIT: number

This flag is not used by #CamelMimeFilterToHTML.

PRESERVE_TABS: number

Set in combination with %CAMEL_MIME_FILTER_TOHTML_CONVERT_SPACES, to keep tab characters. If not set, converts them into the spaces.

QUOTE_CITATION: number

Group lines beginning with one or more '>' characters in <blockquote type="cite"> ... </blockquote> tags. The tags are nested according to the number of '>' characters.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method