tmail-flutter icon indicating copy to clipboard operation
tmail-flutter copied to clipboard

TF-2758 Email event description in html

Open tddang-linagora opened this issue 1 year ago • 3 comments

Issue

  • #2758

Before

Screenshot 2024-04-01 at 16 12 43 Screenshot 2024-04-01 at 16 13 01

After

Screenshot 2024-04-01 at 16 13 21 Screenshot 2024-04-01 at 16 13 41

tddang-linagora avatar Apr 01 '24 09:04 tddang-linagora

This PR has been deployed to https://linagora.github.io/tmail-flutter/2762.

github-actions[bot] avatar Apr 01 '24 09:04 github-actions[bot]

image

That's HTML in the event.

image

And that's HTML in the JMAP call too.

Please directly render HTML (after sanitizing) rather than passing through a plain text escaped representation.

chibenwa avatar Apr 01 '24 19:04 chibenwa

image

That's HTML in the event.

image

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

tddang-linagora avatar Apr 02 '24 03:04 tddang-linagora