Page MenuHomePhabricator

Flesh out web UI for mail a bit to prepare for Herald outbound rules
ClosedPublic

Authored by epriestley on Aug 12 2015, 4:03 PM.
Tags
None
Referenced Files
F13236842: D13878.id.diff
Tue, May 21, 11:09 AM
F13230804: D13878.id33512.diff
Mon, May 20, 11:20 PM
F13230801: D13878.id33511.diff
Mon, May 20, 11:19 PM
F13230797: D13878.id33509.diff
Mon, May 20, 11:19 PM
F13227009: D13878.id33509.diff
Mon, May 20, 12:41 AM
F13218555: D13878.id.diff
Sat, May 18, 12:46 PM
F13218554: D13878.diff
Sat, May 18, 12:46 PM
F13188344: D13878.diff
Sat, May 11, 5:11 AM
Subscribers
None

Details

Summary

Ref T9141. Ref T5791. Ref T7013. Major changes here is:

  • Currently, we don't store the headers we actually sent, or the reasons we actually did or did not deliver a mail.
    • Start storing these (as headers.sent and actors.sent).
    • Show them in the web UI.
    • Show them in bin/mail show-outbound (previously, we sort of re-computed them in a hacky way).
    • Take them into account in bin/mail volume.

Then some minor changes:

  • Show mail bodies.
  • Show more mail information.
  • Start renaming "MetaMTA" to "Mail", at least in the web UI.
Test Plan

Screen Shot 2015-08-12 at 8.47.36 AM.png (268×427 px, 27 KB)

Screen Shot 2015-08-12 at 8.34.23 AM.png (897×1 px, 136 KB)

Screen Shot 2015-08-12 at 8.34.28 AM.png (897×1 px, 124 KB)

Screen Shot 2015-08-12 at 8.34.27 AM.png (897×1 px, 134 KB)

Screen Shot 2015-08-12 at 8.34.25 AM.png (897×1 px, 195 KB)

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Flesh out web UI for mail a bit to prepare for Herald outbound rules.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.

You can setStacked on PHUIPropertyListView on some of these, then your key won't get cut off. Also D13568 should help make these more readable / responsive as well.

chad edited edge metadata.
This revision is now accepted and ready to land.Aug 12 2015, 6:33 PM
epriestley edited edge metadata.
  • Stack the headers, which can have arbitrarily long names.
This revision was automatically updated to reflect the committed changes.