[ENHENCEMENT] Ease finding a Dead Letter event by eventId - #3132
Open
chibenwa wants to merge 1 commit into
Open
Conversation
quantranhong1999
approved these changes
Aug 24, 2026
Arsnael
approved these changes
Aug 24, 2026
Arsnael
pushed a commit
to linagora/twake-mail-admin
that referenced
this pull request
Aug 24, 2026
Per reviewer suggestion (cf apache/james-project#3132), the search by event ID now accepts an optional listener group that narrows the query to a single group, which is significantly cheaper when the group is known. - Frontend: optional 'Group' input in the search subsection, gated on its own permission so it only renders when the proxy grants the group-scoped call. - API client: appends &group=... only when a group is provided. - validation.md + profile-editor inventory: declare the group-scoped endpoint GET /events/deadLetter?eventId={eventId}&group={group} as MAY, alongside the existing basic search, so generated profiles grant both. Also fixes the three CI failures introduced by the profile-editor merge: - inventory + crosscheck now cover GET /events/deadLetter?eventId={eventId} (declared in validation.md but absent from the inventory). - test_resolver.py mirrors the new event-ID query cases transcribed upstream in proxy-resolver.test.ts. - checksums.sha256 refreshed for proxy-resolver.test.ts after re-reading the port against it (no resolver behaviour change needed).
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.
No description provided.