-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Mime] Subject: Double space => missing space #50345
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
Comments
Hey, thanks for your report! |
Could I get an answer? If I do not hear anything I will assume this issue is resolved or abandoned. Please get back to me <3 |
It looks like the same problem with older issue in swiftmailer, but it's still not fixed in Symfony too: swiftmailer/swiftmailer#601 |
based on the closing date, I don't think the issue was ever fixed in Swiftmailer: the issue was closed the day the repo was archived, not because of a fix. If anyone has a fix for the issue, PRs are welcome. |
Yes, it was not fixed and is not fixed there in SF too. But it looks like not so simple to fix it... |
…doubles spaces (0xb4lint) This PR was submitted for the 7.2 branch but it was squashed and merged into the 5.4 branch instead. Discussion ---------- [Mime] fix encoding issue with UTF-8 addresses containing doubles spaces | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | Fix #58592, Fix #50345 | License | MIT Commits ------- c6ed3c8 [Mime] fix encoding issue with UTF-8 addresses containing doubles spaces
Symfony version(s) affected
5.4.22
Description
There is an error when generating Subject header containing two spaces. Both spaces got deleted.
From
Balíček k Vaší žádostič.O42300203 právě dorazil
becomes:
Balíček k Vaší žádostič.O42300203právě dorazil
How to reproduce
Two spaces after
O42300203
get lost. Both Gmail and https://dencode.com/en/string/quoted-printable decodes resulting encoded subject header as without any space afterO42300203
.Possible Solution
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: