You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #59796 [Mime] use address for body at PathHeader (tinect)
This PR was merged into the 6.4 branch.
Discussion
----------
[Mime] use address for body at `PathHeader`
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Issues | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead -->
| License | MIT
We noticed, that ReturnPath has wrong content in EML if any library is forcing key=>value.
Setting it to `mail@example.com`, results into `<"mail@example.com" <mail@example.com>>` after stringify it which is not compliant: `Email \"\"mail@example.com"<mail@example.com\" does not comply with addr-spec of RFC 2822.`
Commits
-------
0d4a498 [MIME] use address for body at PathHeader
0 commit comments