{"id":23832074,"url":"https://github.com/linagora/jmap-client","last_synced_at":"2025-09-07T11:31:35.372Z","repository":{"id":34836214,"uuid":"38825084","full_name":"linagora/jmap-client","owner":"linagora","description":"This repository provides a javascript lib to make requests against a JMAP server.","archived":false,"fork":false,"pushed_at":"2021-03-01T14:43:22.000Z","size":1812,"stargazers_count":67,"open_issues_count":8,"forks_count":22,"subscribers_count":39,"default_branch":"master","last_synced_at":"2024-12-10T03:37:52.270Z","etag":null,"topics":["api","javascript","jmap","jmap-client","mail"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/linagora.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-07-09T14:25:43.000Z","updated_at":"2024-12-03T10:06:14.000Z","dependencies_parsed_at":"2022-08-31T00:01:56.949Z","dependency_job_id":null,"html_url":"https://github.com/linagora/jmap-client","commit_stats":null,"previous_names":[],"tags_count":33,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linagora%2Fjmap-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linagora%2Fjmap-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linagora%2Fjmap-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linagora%2Fjmap-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/linagora","download_url":"https://codeload.github.com/linagora/jmap-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232206387,"owners_count":18488512,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","javascript","jmap","jmap-client","mail"],"created_at":"2025-01-02T14:17:55.215Z","updated_at":"2025-01-02T14:17:58.472Z","avatar_url":"https://github.com/linagora.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JMAP-CLIENT\n\n:warning: jmap-client is based on an outdated jmap draft. If you are looking for a jmap client you can check this project [jmap-client-ts](https://github.com/OpenPaaS-Suite/jmap-client-ts)\n\n[![Join the chat at https://gitter.im/linagora/jmap-client](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/linagora/jmap-client?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge) [![Build Status](https://travis-ci.org/linagora/jmap-client.svg?branch=master)](https://travis-ci.org/linagora/jmap-client) [![Coverage Status](https://coveralls.io/repos/linagora/jmap-client/badge.svg?branch=master\u0026service=github)](https://coveralls.io/github/linagora/jmap-client?branch=master)\n\nThis repository provides a JavaScript library to make requests against a JMAP server.\nIt is a client-side implementation of the [JMAP](http://jmap.io/spec.html) specification.\nIt is developed using **ES6** and transpiled to ES5 code using [babel.js](https://babeljs.io/).\n\nNon-exhaustive list of features:\n* Entities are modeled as JavaScript classes.\n* Expose a *Client* class that you can use to send JMAP requests, using a fluent API.\n* Uses Promises exclusively, and allows for pluggable Promise implementation.\n* Allows for pluggable transports, with default support for node.js [request](https://github.com/request/request) and [jQuery](http://jquery.com/) in the browser.\n\n## Usage\n\n### Installation\n\nThe library is provided as a NPM or Bower packages, thus to install either use:\n\n    npm install jmap-client\n\nor\n\n    bower install jmap-client\n\ndepending on your preferred package manager.\n\n## How to contribute\n\n### 1. Clone the repository\n\n    git clone https://ci.open-paas.org/stash/scm/olibs/jmap-client.git\n    cd jmap-client\n\n### 2. Install dependencies\n\n    npm install\n\n### 3. Compile the library and run the tests\n\n    grunt\n\n### 4. Code, execute tests then pull request !\n\nMore detailled instructions can be found in the [contributing section](./CONTRIBUTING.md).\n\n## Release\n\nIf you are a maintainer of this project, here's how you can release a new version:\n\n1. Checkout the _master_ branch and pull the latest changes from the remote repository\n2. Run `grunt release` to do the release. A lot of things will happen but you'll eventually be back on the _master_ branch\n3. Bump the version in _master_ to **NEXT_VERSION-dev** (replace _NEXT_VERSION_ by the supposed next version)\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinagora%2Fjmap-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinagora%2Fjmap-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinagora%2Fjmap-client/lists"}