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
/
lib
/
at
6a91e703d33658bae0edc50440b8da57d3557d20
5 files
Anil Madhavapeddy
Implement JMAP Mail client login and mailbox/message functions
1y ago
6a91e703
dune
Implement JMAP Mail client login and mailbox/message functions - Add login function to authenticate with JMAP server - Add functions to retrieve and query mailboxes - Add functions to retrieve email messages in mailboxes - Make all functions follow RFC8621 JMAP Mail spec 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 year ago
jmap.ml
fix build (by claude)
1 year ago
jmap.mli
Add JMAP API client module with HTTP support Implemented a comprehensive JMAP API client with the following features: - HTTP request/response handling using cohttp-lwt-unix - Session object fetching and parsing - Core request serialization and response parsing - Binary blob upload and download functionality - Proper error handling with detailed error types The module follows RFC8620 specifications for all API interactions, including authentication, content handling, and URL template processing. Note: Implementation currently has a compilation issue with ezjsonm package that needs to be resolved. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 year ago
jmap_mail.ml
Implement JMAP Mail client login and mailbox/message functions - Add login function to authenticate with JMAP server - Add functions to retrieve and query mailboxes - Add functions to retrieve email messages in mailboxes - Make all functions follow RFC8621 JMAP Mail spec 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 year ago
jmap_mail.mli
Implement JMAP Mail client login and mailbox/message functions - Add login function to authenticate with JMAP server - Add functions to retrieve and query mailboxes - Add functions to retrieve email messages in mailboxes - Make all functions follow RFC8621 JMAP Mail spec 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 year ago