Skip to content

FEAT: Support more HTML tags in htmlconv #602

@andrinoff

Description

@andrinoff

Is your feature request related to a problem?

The HTML to TUI element converter in clib/htmlconv.c only supports a limited set of tags (h1, h2, a, img, blockquote, table). Other common tags like h3-h6, ul, ol, li, hr, br, pre, code are either ignored or handled as plain text.

Describe the solution you'd like

Add support for more HTML tags in the clib/htmlconv.c parser to improve the rendering of complex HTML emails in the TUI.

Describe alternatives you've considered

N/A

Additional context

Check clib/htmlconv.c and clib/htmlconv.h.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions