···646416. DONE Ensure examples use the proper higher-level API functions from the library instead of
6565 manually constructing low-level requests. Particularly, the fastmail_list binary should
6666 demonstrate the recommended way to use the library with Jmap_mail's API.
6767-17. Add a helper function to Jmap such as `pp_error` to pattern match on the Error and print the
6868- result to a formatter. Replace the manual prints in the binaries with this.
6767+17. DONE Add helper functions to Jmap.Api such as `string_of_error` and `pp_error` to format
6868+ errors consistently. Updated the fastmail_list binary to use these functions instead of
6969+ duplicating error handling code.
697018. Add support for JMAP email submission to the library, and create a fastmail-send that accepts
7071 a list of to: on the CLI as arguments and a subject on the CLI and reads in the message body
717219. Potential future work: