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
e946387c802863a0c84763d72bc7e31c7a1c4aa4
5 files
Anil Madhavapeddy
Add email sending functionality via fastmail-send
1y ago
e946387c
dune
Add email sending functionality via fastmail-send Added JMAP email submission support to the library and created a fastmail-send utility that accepts recipients, subject line as CLI arguments and reads the message body from stdin. Fixed JMAP protocol message format to ensure proper email creation and submission. 🤖 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
fastmail_send.ml
Add email sending functionality via fastmail-send Added JMAP email submission support to the library and created a fastmail-send utility that accepts recipients, subject line as CLI arguments and reads the message body from stdin. Fixed JMAP protocol message format to ensure proper email creation and submission. 🤖 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