Skip to content
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

[Mime] Fix TextPart broken after being serialized #47455

Merged
merged 1 commit into from Sep 2, 2022

Conversation

fabpot
Copy link
Member

@fabpot fabpot commented Sep 1, 2022

Q A
Branch? 5.4
Bug fix? yes
New feature? no
Deprecations? no
Tickets n/a
License MIT
Doc PR n/a

When serializing a TextPart, it's broken as we change the body to a string but we don't reset the seekable property (this property was introduced in 5.4).

@fabpot fabpot merged commit 72a3ad5 into symfony:5.4 Sep 2, 2022
10 of 11 checks passed
@fabpot fabpot deleted the mime-seekable-fix branch Sep 2, 2022
This was referenced Sep 30, 2022
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants