Is your feature request related to a problem?
When viewing plain text emails (or HTML emails that fall back to plain text), links and email addresses are just plain text and not visually distinct.
Describe the solution you'd like
Use regex to find and style (e.g. underline or different color) URLs and email addresses in the EmailView.
Describe alternatives you've considered
OSC 8 hyperlinks are supported but they don't always change the visual style depending on the terminal.
Additional context
Check view/html.go or tui/email_view.go.
Is your feature request related to a problem?
When viewing plain text emails (or HTML emails that fall back to plain text), links and email addresses are just plain text and not visually distinct.
Describe the solution you'd like
Use regex to find and style (e.g. underline or different color) URLs and email addresses in the
EmailView.Describe alternatives you've considered
OSC 8 hyperlinks are supported but they don't always change the visual style depending on the terminal.
Additional context
Check
view/html.goortui/email_view.go.