Should help with debugging. In the web UI there is now a link to "View Email". This uses the same debugging output that ./bin/mail show-outbound uses. Fixes T5768. Code is very defensive as I think these tables may be truncated eventually?
Details
Details
- Reviewers
epriestley - Maniphest Tasks
- T5768: Add a "view raw" action to comments
- Commits
- Restricted Diffusion Commit
rPea3aeb49623b: Add "View Email" action to application transactions
viewed some emails and it worked!
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
We can't show all the debugging information: the "To" address sometimes contains a per-user secret hash which allows other users to spoof them.
Let's just show the text body, and a message like "for full details, run bin/mail show-inbound --id XYZ"?
src/view/phui/PHUITimelineEventView.php | ||
---|---|---|
548–550 | This will issue a bunch of queries when viewing a page with a lot of comments -- let's just trust that it exists, and check when someone actually clicks through? |