Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.26 KB

spec-core.md

File metadata and controls

26 lines (22 loc) · 1.26 KB
layout permalink title
default
/spec-core.html
JMAP (JSON Meta Application Protocol) Specifications

JSON Meta Application Protocol (JMAP)

This document specifies the core protocol for synchronising JSON-based data objects efficiently, with support for push and out-of-band binary data upload/download.

This is then built upon to provide mail, contacts and calendar synchronisation protocols.

{% capture x %}{% include spec/jmap/intro.mdown %}{% endcapture %} {{ x | replace: "# ", "## " | markdownify }} {% capture x %}{% include spec/jmap/session.mdown %}{% endcapture %} {{ x | replace: "# ", "## " | markdownify }} {% capture x %}{% include spec/jmap/api.mdown %}{% endcapture %} {{ x | replace: "# ", "## " | markdownify }} {% capture x %}{% include spec/jmap/binary.mdown %}{% endcapture %} {{ x | replace: "# ", "## " | markdownify }} {% capture x %}{% include spec/jmap/push.mdown %}{% endcapture %} {{ x | replace: "# ", "## " | markdownify }} {% capture x %}{% include spec/jmap/securityconsiderations.mdown %}{% endcapture %} {{ x | replace: "# ", "## " | markdownify }} {% capture x %}{% include spec/jmap/ianaconsiderations.mdown %}{% endcapture %} {{ x | replace: "# ", "## " | markdownify }}