Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Store plaintext in mime_headers of truncated sent messages (#6273) #6310

Merged
merged 1 commit into from
Dec 5, 2024

Conversation

iequidoo
Copy link
Collaborator

@iequidoo iequidoo commented Dec 5, 2024

Fix #6273

This fixes HTML display of truncated (long) sent messages ("Show full message" in UIs). Before,
incorrect HTML was stored (with missing line breaks etc.) for them. Now stored plaintext is
formatted to HTML upon calling `MsgId::get_html()` and this results in the same HTML as on a
receiver side.
@iequidoo iequidoo marked this pull request as ready for review December 5, 2024 01:51
@iequidoo iequidoo requested a review from link2xt December 5, 2024 01:51
@iequidoo iequidoo merged commit 8c9efc6 into main Dec 5, 2024
37 checks passed
@iequidoo iequidoo deleted the iequidoo/sent-msg-html branch December 5, 2024 02:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Newlines are not displayed in "Show full message" on the sender
2 participants