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 ๐Ÿ”’
    HtmlMsgParser converts a mime-message to HTML.

Enumsยง

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

Functionsยง