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
F13037668: D13878.id33509.diff
Mon, Apr 15, 5:05 PM
Unknown Object (File)
Mon, Apr 15, 7:33 AM
Unknown Object (File)
Thu, Apr 11, 1:26 AM
Unknown Object (File)
Sat, Mar 30, 7:34 PM
Unknown Object (File)
Sat, Mar 30, 7:34 PM
Unknown Object (File)
Sat, Mar 30, 12:28 AM
Unknown Object (File)
Feb 13 2024, 11:40 AM
Unknown Object (File)
Feb 11 2024, 12:06 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

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.