You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2021/04/07 00:55:08 UTC

[james-project] 01/05: JAMES-2884 JMAP documentation: remove a useless notice

This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit d0ae6a13ddc1a8b90480c6e4dc7dc1e7fae46ead
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Sun Apr 4 23:04:09 2021 +0700

    JAMES-2884 JMAP documentation: remove a useless notice
---
 server/protocols/jmap-rfc-8621/doc/specs/spec/jmap/intro.mdown | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/server/protocols/jmap-rfc-8621/doc/specs/spec/jmap/intro.mdown b/server/protocols/jmap-rfc-8621/doc/specs/spec/jmap/intro.mdown
index 24848e5..07ab100 100644
--- a/server/protocols/jmap-rfc-8621/doc/specs/spec/jmap/intro.mdown
+++ b/server/protocols/jmap-rfc-8621/doc/specs/spec/jmap/intro.mdown
@@ -70,9 +70,6 @@ alphabetical character.
 
 ## The Int and UnsignedInt Data Types
 
-> :warning:
-> Implemented
-
 Where `Int` is given as a data type, it means an integer in the range -2^53+1 <= value <= 2^53-1, the safe range for integers stored in a floating-point double, represented as a JSON `Number`.
 
 Where `UnsignedInt` is given as a data type, it means an `Int` where the value MUST be in the range 0 <= value <= 2^53-1.

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org