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
c14ce5a2de577d670a538cba5dd4c4b4d1aaf68e
6 files
Anil Madhavapeddy
fixes
6mo ago
a7554b45
dune
fixes
6 months ago
fastmail_list.ml
Port fastmail-list to use Cmdliner for better CLI interface - Replace Arg with Cmdliner for argument parsing - Add comprehensive manual page with examples and documentation - Update command-line flags to use modern double-dash format (--flag) - Improve code structure to handle parameters without global references 🤖 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
jmap_test.ml
fixes
6 months 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