+7
-2
AGENT.md
+7
-2
AGENT.md
···
55
55
a cross reference URL where relevant by linking to a URL of the form
56
56
"https://datatracker.ietf.org/doc/html/rfc8620#section-1.1" for the online
57
57
version of the RFCs stored in specs/
58
-
14. DONE. Add an ocamldoc-format tutorial on how to use the library to index.mld along with cross references
58
+
14. DONE Add an ocamldoc-format tutorial on how to use the library to index.mld along with cross references
59
59
into the various libraries. Put corresponding executable files into bin/ so that they can be
60
60
build tested and run as well. Assume the pattern of the JMAP_API_TOKEN environment variable being
61
61
set can be counted on to be present when they are run.
62
-
15. Add a README.md to this repository that describes what this is. Note explicitly in the
62
+
15. DONE Add a README.md to this repository that describes what this is. Note explicitly in the
63
63
README that this is largely an AI-generated interface and has not been audited carefully.
64
+
16. Potential future work:
65
+
- Add helper functions for more complex filtering of emails
66
+
- Implement support for Email/copy and Email/import methods
67
+
- Add functions for managing identities and vacation responses
68
+
- Add proper testing framework with mocked JMAP server responses