23 Commits

Author SHA1 Message Date
8769e5acd4 server: fix counting issue w/ notmuch (messages vs threads) 2024-08-18 14:18:15 -07:00
ce836cd1e8 notmuch: add tag manipulation 2024-02-11 19:59:20 -08:00
94f7ad109a Merge commit 'f6bdf30' 2023-12-05 09:56:55 -08:00
f6bdf302fe server & notmuch: more attachment WIP, stop leaking notmuch processes 2023-12-03 14:01:18 -08:00
99a104517d notmuch: comment typo 2023-12-02 16:35:05 -08:00
447a4a3387 server: basic graphql thread show, no body support yet. 2023-11-26 13:13:04 -08:00
f7df834325 notmuch: default empty search to wildcard 2023-11-25 08:39:30 -08:00
f52a76dba3 Added graphql endpoint and tested with tags implementation. 2023-11-20 18:38:10 -08:00
01e5ea14ab URL decode queries. 2023-09-05 09:49:59 -07:00
321eca38e2 Fix test 2023-03-13 21:02:32 -07: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
e5a27f82f9 Restyle index table. 2023-02-26 20:23:55 -08:00
08728f6501 notmuch: disable tests, they don't work in hermetic env. 2022-11-13 20:49:24 -08:00
1d8ac7f23a notmuch: correct test. 2022-11-13 15:42:51 -08:00
1477980395 notmuch: add example message with inline image. 2021-11-10 19:08:08 -08:00
b57e4d9df2 notmuch: add show_part method. 2021-11-09 20:35:52 -08:00
bd14616069 notmuch: add more members on Part and add ability to fetch attachments. 2021-11-08 21:06:09 -08:00
8de3c4e02a notmuch: include html and whole thread when showing. 2021-11-08 20:23:29 -08:00
720621e19e notmuch: add bulk version of allmail::parse. 2021-10-31 16:06:04 -07:00
448cef15a8 notmuch: add integration test to attempt to exhaustively walk messages. 2021-10-31 11:52:10 -07:00
bec6f0f333 Add notmuch crate for interacting with email through CLI. 2021-10-29 20:09:40 -07:00
c1eeb38e24 notmuch: simple unit test. 2021-10-25 19:14:33 -07:00
6e2f243f55 Move notmuch json types into separate crate.
Add starter testdata and notmuch config.
2021-10-25 17:33:51 -07:00