335 Commits

Author SHA1 Message Date
b14000952c server: make unread message counting much faster, remove rayon dep 2023-12-02 15:41:22 -08:00
7a32d5c630 server: include headers in debug output 2023-12-02 15:12:40 -08:00
48466808d3 web & server: plumb debugging info for content type hierarchy.
Also cleanup Email trait.
2023-11-27 13:47:02 -08:00
87dfe4ace7 server: cleanup lint. 2023-11-26 21:31:06 -08:00
d45f223d52 server: fix pagination with small counts and no first/last set 2023-11-26 21:27:57 -08:00
e8c58bdbd0 server: handle multipart/mixed with an html or text subpart 2023-11-26 21:09:56 -08:00
87d687cde5 server: sanitize html using ammonia 2023-11-26 21:00:44 -08:00
c8147ded60 web & server: add handling for google calendar and wellsfargo emails. 2023-11-26 20:51:53 -08:00
1261bdf8a9 web & server: improved debug printing of unhandled mime types 2023-11-26 18:50:32 -08:00
11366b6fac web & server: implement handling for text and html bodies. 2023-11-26 16:37:29 -08:00
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