tmail-flutter
tmail-flutter copied to clipboard
TF-2758 Email event description in html
Issue
- #2758
Before
After
This PR has been deployed to https://linagora.github.io/tmail-flutter/2762.
That's HTML in the event.
And that's HTML in the JMAP call too.
Please directly render HTML (after sanitizing) rather than passing through a plain text escaped representation.
That's HTML in the event.
And that's HTML in the JMAP call too.
Please directly render HTML (after sanitizing) rather than passing through a plain text escaped representation.
Done

