An open API service indexing awesome lists of open source software.

https://github.com/daurnimator/justabit

JMAP <> notmuch bridge
https://github.com/daurnimator/justabit

jmap notmuch

Last synced: 10 months ago
JSON representation

JMAP <> notmuch bridge

Awesome Lists containing this project

README

          

# notmuch-jmap

A [JMAP](https://jmap.io/) server that is a thin client for [notmuch](https://notmuchmail.org/)

## Dependencies

- json
- dkjson fails on deeply nested objects
- lua-cjson doesn't have empty array vs object support
- lua-cjson OpenResty fork fails with https://github.com/openresty/lua-cjson/issues/67
- lpeg_patterns (need https://github.com/daurnimator/lpeg_patterns/pull/20/)
- lua-http
- lua-spawn