alpha
Login
or
Join now
anil.recoil.org
/
ocaml-jmap
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
ocaml-jmap
/
bin
/
at
0e1bece4ae8121ce9cdc97d11e5acadb5a98dbf4
4 files
Anil Madhavapeddy
Add error formatting utilities to simplify error handling
1y ago
0e1bece4
dune
Add error formatting utilities to simplify error handling Added string_of_error and pp_error functions to the Jmap.Api module to provide a consistent, reusable way of formatting error messages. This centralizes error formatting logic and reduces duplicated code in client applications. Updated the fastmail_list binary to use these functions, resulting in cleaner, more maintainable code. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 year ago
fastmail_list.ml
Add error formatting utilities to simplify error handling Added string_of_error and pp_error functions to the Jmap.Api module to provide a consistent, reusable way of formatting error messages. This centralizes error formatting logic and reduces duplicated code in client applications. Updated the fastmail_list binary to use these functions, resulting in cleaner, more maintainable code. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 year ago
flag_color_test.ml
Add human-readable keyword and flag color formatting - Added functions to format message keywords and flag colors in a human-readable way - Updated fastmail_list to use these functions for better display of labels - Enhanced flag_color_test with a demo of the formatting functionality - Updated AGENT.md to mark task as completed 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 year ago
tutorial_examples.ml
Add OCamldoc tutorial and example code This adds an OCamldoc-format tutorial in index.mld with cross-references to the library modules, explaining how to use the JMAP OCaml client. It also adds a corresponding executable example in bin/tutorial_examples.ml that demonstrates authentication, mailbox listing, and email retrieval. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 year ago