24 Commits

Author SHA1 Message Date
fc83d56c0c Refactor, moving API and notmuch code into submodule.
This is on the path to make the UI more simple and move email parsing to
server side.
2023-07-01 09:03:35 -07:00
72622032ad web: add pagination to bottom of search results 2023-04-12 07:34:30 -07:00
fd721c53d8 Use <a> instead of event handlers for functioning history. 2023-03-13 20:49:35 -07:00
4390d24492 Add a bit more structure to searching. 2023-03-11 21:15:59 -08:00
eba362a7f2 Add pagination to search results.
Move to shared definition of json requests between client/server.
2023-03-09 18:04:55 -08:00
e7a0e5b662 Fix clicking on subjects. 2023-03-08 19:59:40 -08:00
6adb567cd6 Change up site CSS and inline messages' CSS 2023-03-05 18:42:14 -08:00
3a47385be1 Inline CSS on message view, and do error handling on refresh. 2023-03-04 11:42:19 -08:00
0b4cfadf88 Add refresh button and mobile view. 2023-03-04 09:00:18 -08:00
c33f901f48 Move to "show pretty" currently a dupe of 'show'. 2023-03-02 09:33:48 -08:00
369e88880a Add render time to footer. 2023-02-28 19:19:33 -08:00
d8275debdc Handle large messages with tweaked json decoding of ShowRequest handling. 2023-02-27 21:29:40 -08:00
25541bc1ca WIP better author handling. 2023-02-27 08:30:48 -08:00
e5a27f82f9 Restyle index table. 2023-02-26 20:23:55 -08:00
19ee6f338d Better title handling when empty, always show "lb:" prefix. 2023-02-26 11:19:07 -08:00
de2b79fa2a Implement searching based on URL state. 2023-02-26 11:16:26 -08:00
b008cadecd Refactor model into a single context enum. 2022-11-17 18:56:00 -08:00
ce3c027e9a Minor cleanups and debugging. 2022-11-17 18:45:26 -08:00
c81819dc87 Improve search behavior and squelch verbose logging. 2022-11-13 16:27:42 -08:00
431df7da3b web: version bumps and handle more message body types.
Added handling for text/html, multipart/alternative w/ text/html &
text/plain subparts, and multipart/mixed.
2022-11-13 15:43:27 -08:00
5ad8e1449f web: render messages that are solely text/plain. 2021-11-08 20:25:17 -08:00
10c766b6f7 web: add link to original message. 2021-11-04 19:32:42 -07:00
ad996643c9 Use notmuch crate in server and web. 2021-10-29 20:10:06 -07:00
8f2e14049c WIP: Simple frontend and backend to search notmuch mail. 2021-10-24 10:21:25 -07:00