mirror of
https://github.com/axllent/mailpit.git
synced 2026-04-26 00:35:51 +03:00
[GH-ISSUE #238] Subject display mismatch when using | and multiple whitespace characters #155
Labels
No labels
awaiting feedback
bug
docker
documentation
enhancement
github_actions
invalid
pull-request
question
stale
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mailpit#155
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Tarboy3000 on GitHub (Jan 19, 2024).
Original GitHub issue: https://github.com/axllent/mailpit/issues/238
I've noticed that the subject displayed in the UI is not reflecting the internally saved subject when it contains
|and multiple successive whitespace. It seems like they get reduced to a single one.Is this intended/some kind of email display behaviour? The raw tab contains the correct information retaining every whitespace.
Example subject:
12345 | | | Some text@axllent commented on GitHub (Jan 21, 2024):
Thank you for reporting this issue. I have just released v1.13.0 which now displays spaces correctly in message subject (messages list & message summary), and also in the address fields in the message summary.