25 Commits

Author SHA1 Message Date
0ae72b63d0 web: add basic graphql view thread, no body support. 2023-11-26 15:27:19 -08:00
447a4a3387 server: basic graphql thread show, no body support yet. 2023-11-26 13:13:04 -08:00
3e3024dd5c server: handle search with no first/last better 2023-11-25 09:05:53 -08:00
24414b04bb server: fix backward pagination 2023-11-25 08:39:56 -08:00
ff6675b08f server: add unread field to tag query.
Optionally fill out unread, as it's expensive.
2023-11-21 13:17:11 -08:00
2a24a20529 Revert stub show_pretty that will be obsoleted by graphql. 2023-11-21 08:35:35 -08:00
e6692059b4 Fix search pagination and add count RPC. 2023-11-20 21:18:40 -08:00
a7b172099b And graphql search with pagination. 2023-11-20 20:56:16 -08:00
f52a76dba3 Added graphql endpoint and tested with tags implementation. 2023-11-20 18:38:10 -08:00
43e4334890 Set default page size on server to match client side page size. 2023-11-20 17:57:07 -08:00
da15ef0f15 Move main.rs to bin/ and stub some message stuff. 2023-11-06 18:41:12 -08:00
01e5ea14ab URL decode queries. 2023-09-05 09:49:59 -07:00
cb8b00f8d1 Add glog dependency. 2023-03-11 21:15:35 -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
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
c81819dc87 Improve search behavior and squelch verbose logging. 2022-11-13 16:27:42 -08:00
4f9bc9ef9d server: version bump and cleanup. 2022-11-13 15:42:23 -08:00
56df23065c server: set filename when downloading attachment. 2021-11-09 20:39:09 -08:00
f809f89dd0 server: add URL for downloading attachments. 2021-11-08 21:06:45 -08:00
db0e7c2005 server: set content type when viewing original to prevent download. 2021-11-04 19:27:43 -07:00
113a26dbbb server: add /original/ handler. 2021-10-31 16:06:29 -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