[Mate][Symfony] Add MailerCollectorFormatter for Symfony profiler#1614
Draft
wachterjohannes wants to merge 1 commit intosymfony:mainfrom
Draft
[Mate][Symfony] Add MailerCollectorFormatter for Symfony profiler#1614wachterjohannes wants to merge 1 commit intosymfony:mainfrom
MailerCollectorFormatter for Symfony profiler#1614wachterjohannes wants to merge 1 commit intosymfony:mainfrom
Conversation
Guikingone
reviewed
Feb 16, 2026
src/mate/src/Bridge/Symfony/Profiler/Service/Formatter/MailerCollectorFormatter.php
Outdated
Show resolved
Hide resolved
MailerCollectorFormatter for Symfony profiler
Contributor
|
Rebase unlocked after #1628 |
MailerCollectorFormatter for Symfony profilerMailerCollectorFormatter for Symfony profiler
786f547 to
9c75a37
Compare
21 tasks
2365533 to
029afca
Compare
Add a new formatter that extracts email message details from Symfony's MessageDataCollector for AI consumption in the Mate profiler extension. The formatter extracts: - Subject, from, to, cc, bcc, reply_to addresses - Text body (truncated to 500 chars) and HTML body indicator - Attachment metadata (filename, content type) - Transport name and queued status
029afca to
019615a
Compare
Contributor
Author
|
@OskarStark fixed everything - but wait with a final review, i have to test it in a real world app and maybe also integrate it into the demo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add a
MailerCollectorFormatterthat extracts email message details from Symfony'sMessageDataCollectorfor AI consumption in the Mate profiler extension.The formatter extracts:
hrefattributes), deduplicated