Commit Graph

2 Commits

Author SHA1 Message Date
Eli Ribble e68a21dcc4 Move email list text to the left, fill the viewport, add border.
Much prettier.
2024-08-28 09:38:50 -07:00
Eli Ribble a34d8f53b3 Show email subject lines.
This includes a bunch of new things. I've introduced "ensureEmail..." to
indicate that the UI would like some data to be populated, but if it is
already present we don't need to do anything.

I've also introduced a cache for emails that is keyed on the email ID. I
don't know if email IDs are unique. They look like they should be
globally unique within a given server, but I'm not sure and the standard
is unclear. It'll need some experimentation.
2024-08-28 09:21:31 -07:00