Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[Serializer][Mime] Fix Mime message serialization#37847

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
fabpot merged 1 commit intosymfony:masterfromfabpot:mime-message-serialization
Aug 17, 2020

Conversation

fabpot
Copy link
Member

QA
Branch?master
Bug fix?yes
New feature?yes
Deprecations?no
TicketsFix#37414,Fix#37324
LicenseMIT
Doc PRn/a

Symfony serialization is used by Messenger to serialize Emails. By Email messages are data objects with some logic to prepare emails to be sent. Without configuration, the Symfony Serializer serializes Emails with too many data (and triggers some unneeded validation).

This PR aims to fix the above issue and at the same time makes serialized emails as small as possible and as readable as possible.

@fabpotfabpotforce-pushed themime-message-serialization branch fromcbdab0b to2f48ad4CompareAugust 16, 2020 14:19
@fabpotfabpot changed the titleFix Mime message serialization[Serializer][Mime] Fix Mime message serializationAug 16, 2020
@fabpotfabpotforce-pushed themime-message-serialization branch 4 times, most recently from36548e6 to1261d4cCompareAugust 17, 2020 06:27
@fabpotfabpotforce-pushed themime-message-serialization branch from1261d4c to9d869b1CompareAugust 17, 2020 06:40
@fabpotfabpot merged commit779303a intosymfony:masterAug 17, 2020
@fabpotfabpot deleted the mime-message-serialization branchAugust 17, 2020 11:58
@wouterjwouterj mentioned this pull requestAug 17, 2020
fabpot added a commit that referenced this pull requestAug 18, 2020
This PR was squashed before being merged into the 5.2-dev branch.Discussion----------[Security] Fixed tests| Q             | A| ------------- | ---| Branch?       | master| Bug fix?      | yes| New feature?  | no| Deprecations? | no| Tickets       | -| License       | MIT| Doc PR        | -This fixes a test bug introduced by#37844 Next time, I'll open a PR in draft state before I'm sure I didn't break any tests, sorry!In order to make up for my mistake, I've also fixed another failing test introduced by#37847Commits-------c57b879 Remove MimeMessageNormalizer if the Mime component is not installed98802e5 Use PUBLIC_ACCESS from AuthenticatedVoter
@fabpotfabpot mentioned this pull requestOct 5, 2020
hultberg pushed a commit to hultberg/symfony that referenced this pull requestSep 17, 2021
…on (fabpot)This PR was merged into the 5.2-dev branch.Discussion----------[Serializer][Mime] Fix Mime message serialization| Q             | A| ------------- | ---| Branch?       | master <!-- see below -->| Bug fix?      | yes| New feature?  | yes <!-- please update src/**/CHANGELOG.md files -->| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->| Tickets       |Fixsymfony#37414,Fixsymfony#37324 <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->| License       | MIT| Doc PR        | n/aSymfony serialization is used by Messenger to serialize Emails. By Email messages are data objects with some logic to prepare emails to be sent. Without configuration, the Symfony Serializer serializes Emails with too many data (and triggers some unneeded validation).This PR aims to fix the above issue and at the same time makes serialized emails as small as possible and as readable as possible.Commits-------9d869b1 Fix Mime message serialization
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@dunglasdunglasAwaiting requested review from dunglas

Assignees
No one assigned
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

[Mailer] No default sender possible with sf messenger+ sf serializer
2 participants
@fabpot@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp