mirror of
https://github.com/axllent/mailpit.git
synced 2026-04-26 00:35:51 +03:00
[GH-ISSUE #535] Angle brackets for text/plain URL with spaces #345
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#345
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 @SirLouen on GitHub (Jul 14, 2025).
Original GitHub issue: https://github.com/axllent/mailpit/issues/535
According to RFC2396 Appendix E angle brackets are recommended for
text/plainemails to recognize potential spaces in between the URLIn the case of mailpit, spaces are not being recognized and the presence of angle brackets are pretty much ignored
@axllent commented on GitHub (Jul 15, 2025):
Thank you - I wasn't aware of this and will look into a UI fix.
@axllent commented on GitHub (Jul 27, 2025):
A fix for this has been released as part of v1.27.2. Thank you for reporting the issue.