layout | permalink | title |
---|---|---|
default |
/spec-core.html |
JMAP (JSON Meta Application Protocol) Specifications |
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 }}