···
7
-
- {!Jmap_types}: Basic data types (Id, Date, etc.).
8
-
- {!Jmap_error}: Error types (ProblemDetails, MethodError, SetError).
9
-
- {!Jmap_wire}: Request and Response structures.
10
-
- {!Jmap_session}: Session object and discovery.
11
-
- {!Jmap_methods}: Standard method patterns (/get, /set, etc.) and Core/echo.
12
-
- {!Jmap_binary}: Binary data upload/download types.
13
-
- {!Jmap_push}: Push notification types (StateChange, PushSubscription).
14
-
- {!Jmap_email}: Mail extension (RFC 8621) types and methods.
15
-
- {!Jmap_unix}: Example interface for a Unix-based implementation.
7
+
- {!Jmap.Types}: Basic data types (Id, Date, etc.).
8
+
- {!Jmap.Error}: Error types (ProblemDetails, MethodError, SetError).
9
+
- {!Jmap.Wire}: Request and Response structures.
10
+
- {!Jmap.Session}: Session object and discovery.
11
+
- {!Jmap.Methods}: Standard method patterns (/get, /set, etc.) and Core/echo.
12
+
- {!Jmap.Binary}: Binary data upload/download types.
13
+
- {!Jmap.Push}: Push notification types (StateChange, PushSubscription).
14
+
- {!Jmap.Email}: Mail extension (RFC 8621) types and methods.
@see <https://www.rfc-editor.org/rfc/rfc8620.html> RFC 8620: Core JMAP
@see <https://www.rfc-editor.org/rfc/rfc8621.html> RFC 8621: JMAP for Mail