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
9d0fab258d6abdabe353cf5a66079336eae1ba9f
5 files
Anil Madhavapeddy
Add JMAP Mail implementation following RFC8621
1y ago
9d0fab25
dune
Add JMAP Mail implementation following RFC8621 This commit implements the JMAP Mail extension as specified in RFC8621, including: - Mailbox, Thread, and Email type definitions - Email submission and Identity types - Vacation response handling - Helper functions for type conversion - Structure and API patterns matching the core JMAP module 🤖 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
Add JMAP Mail implementation following RFC8621 This commit implements the JMAP Mail extension as specified in RFC8621, including: - Mailbox, Thread, and Email type definitions - Email submission and Identity types - Vacation response handling - Helper functions for type conversion - Structure and API patterns matching the core JMAP module 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 year ago
jmap_mail.mli
Add JMAP Mail implementation following RFC8621 This commit implements the JMAP Mail extension as specified in RFC8621, including: - Mailbox, Thread, and Email type definitions - Email submission and Identity types - Vacation response handling - Helper functions for type conversion - Structure and API patterns matching the core JMAP module 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 year ago