Module deltachat::html

source ·
Expand description

§Get message as HTML.

Use Message.has_html() to check if the UI shall render a corresponding button and MsgId.get_html() to get the full message.

Even when the original mime-message is not HTML, MsgId.get_html() will return HTML - this allows nice quoting, handling linebreaks properly etc.

Structs§

  • HtmlMsgParser converts a mime-message to HTML.

Enums§

  • Type defining a rough mime-type. This is mainly useful on iterating to decide whether a mime-part has subtypes.

Functions§