You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spec.md
+25-14Lines changed: 25 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,29 +7,40 @@ custom: true
7
7
8
8
# JMAP: The Specs
9
9
10
-
The specifications for the core JMAP protocol and access to mail stores using JMAP have been finalised and published. The [JMAP working group](https://datatracker.ietf.org/wg/jmap/about/) is currently working on the calendars and sharing specs, with tasks and contacts expected to follow.
10
+
The specifications for the core JMAP protocol and access to mail and contacts stores using JMAP have been finalised and published. The [JMAP working group](https://datatracker.ietf.org/wg/jmap/about/) is currently working on the calendars specs.
These specs are not yet final and may change before publication. There are undoubtably edge cases that are not yet covered. If you find one, please email [jmap@ietf.org](mailto:jmap@ietf.org) or make a pull request on GitHub if you have a proposed fix.
23
+
## Mail
23
24
24
-
*[JMAP Contacts](spec-contacts.html)
25
-
*[JMAP Calendars](spec-calendars.html)
26
-
*[JMAP Sharing](spec-sharing.html)
27
-
*[JMAP Tasks](spec-tasks.html)
25
+
*[JMAP Mail (RFC 8621)](https://www.rfc-editor.org/rfc/rfc8621.html)
This spec is not yet final and may change before publication. If you find any issues, please email [jmap@ietf.org](mailto:jmap@ietf.org) or make a pull request on GitHub if you have a proposed fix.
37
+
38
+
*[JMAP Calendars (in progress)](https://www.ietf.org/archive/id/draft-ietf-jmap-calendars-26.html)
28
39
29
40
## Data formats
30
41
31
42
JMAP was designed in conjunction with new JSON-based file formats for contacts and calendars, which can also be used standalone or in other protocols.
32
43
33
44
JMAP Contacts uses [JSContact (RFC9553)](https://www.rfc-editor.org/rfc/rfc9553.html) as the data format for contacts.
34
45
35
-
JMAP Calendars uses [JSCalendar (RFC 8984)](https://www.rfc-editor.org/rfc/rfc8984.html) as the data format for events.
46
+
JMAP Calendars uses [JSCalendar 2.0 (in progress)](https://www.ietf.org/archive/id/draft-ietf-calext-jscalendarbis-15.html) as the data format for events.
0 commit comments