Commit fa18010
committed
bug symfony#58593 [Mime] fix encoding issue with UTF-8 addresses containing 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 symfony#58592, Fix symfony#50345
| License | MIT
Commits
-------
c6ed3c8 [Mime] fix encoding issue with UTF-8 addresses containing doubles spacesFile tree
2 files changed
+22
-0
lines changed- src/Symfony/Component/Mime
- Header
- Tests/Header
2 files changed
+22
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
183 | 197 | | |
184 | 198 | | |
185 | 199 | | |
| |||
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
65 | 73 | | |
66 | 74 | | |
67 | 75 | | |
| |||
0 commit comments