this repo has no description

Update AGENT.md to mark error formatting task as complete

🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>

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