···20202. DONE Add a `Jmap.Api` module to make JMAP API requests over HTTP and parse the
2121 responses into the `Jmap.Types`. Used `Cohttp_lwt_unix` for the HTTP library.
2222 Note: There is a compilation issue with the current ezjsonm package on the system.
2323-3. Add a `Jmap_mail` implementation that follows `spec/rfc8621.txt`
2323+3. Add a `Jmap_mail` implementation that follows `spec/rfc8621.txt` as part of a
2424+ separate package. It should use the Jmap module and extend it appropriately.