+2
-1
AGENT.md
+2
-1
AGENT.md
···
20
20
2. DONE Add a `Jmap.Api` module to make JMAP API requests over HTTP and parse the
21
21
responses into the `Jmap.Types`. Used `Cohttp_lwt_unix` for the HTTP library.
22
22
Note: There is a compilation issue with the current ezjsonm package on the system.
23
-
3. Add a `Jmap_mail` implementation that follows `spec/rfc8621.txt`
23
+
3. Add a `Jmap_mail` implementation that follows `spec/rfc8621.txt` as part of a
24
+
separate package. It should use the Jmap module and extend it appropriately.
+7
lib/dune
+7
lib/dune
lib/jmap_mail.ml
lib/jmap_mail.ml
This is a binary file and will not be displayed.
lib/jmap_mail.mli
lib/jmap_mail.mli
This is a binary file and will not be displayed.