https://github.com/foxcpp/go-jmap
:email: JMAP client & server library (WIP)
https://github.com/foxcpp/go-jmap
jmap jmap-client jmap-server
Last synced: 10 months ago
JSON representation
:email: JMAP client & server library (WIP)
- Host: GitHub
- URL: https://github.com/foxcpp/go-jmap
- Owner: foxcpp
- License: mit
- Created: 2019-05-15T15:46:23.000Z (almost 7 years ago)
- Default Branch: dev
- Last Pushed: 2023-01-31T02:08:07.000Z (about 3 years ago)
- Last Synced: 2025-04-04T08:51:21.455Z (12 months ago)
- Topics: jmap, jmap-client, jmap-server
- Language: Go
- Homepage:
- Size: 90.8 KB
- Stars: 36
- Watchers: 5
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
go-jmap
[](https://travis-ci.com/foxcpp/go-jmap)
[](https://codecov.io/gh/foxcpp/go-jmap)
[](https://godoc.org/github.com/foxcpp/go-jmap)
[](https://github.com/emersion/stability-badges#experimental)
==========
JMAP Core client Go library.
Related standards
---------
- [draft-ietf-jmap-core-17]
JSON Meta Application Protocol
- [RFC 2782], [RFC 6186], [RFC 6764]
DNS-based service auto-discovery.
- [RFC 5785]
.well-known URIs
- [RFC 7807]
Problem details for HTTP APIs
- [RFC 6901]
JavaScript Object Notation (JSON) Pointer
License
---------
The code is under MIT license.
Documentation strings for most of the protocol objects are taken from (or based
on) contents of draft-ietf-jmap-core-17 and is subject to the IETF Trust
Provisions. See https://trustee.ietf.org/trust-legal-provisions.html for
details. See included draft-ietf-jmap-core-17.txt for related copyright
notices.
[draft-ietf-jmap-core-17]: https://tools.ietf.org/html/draft-ietf-jmap-core-17
[RFC 2782]: https://tools.ietf.org/html/rfc2782
[RFC 6186]: https://tools.ietf.org/html/rfc6186
[RFC 6764]: https://tools.ietf.org/html/rfc6764
[RFC 5785]: https://tools.ietf.org/html/rfc5785
[RFC 7807]: https://tools.ietf.org/html/rfc7807
[RFC 6901]: https://tools.ietf.org/html/rfc6901