fixup! fixup! JAMES-1676 setMessages/update: moved json parsing

Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/4df0105a
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/4df0105a
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/4df0105a

Branch: refs/heads/master
Commit: 4df0105abdf7362ce7237f123fe93470d5c2c13c
Parents: 6d05a81
Author: Fabien Vignon <fvig...@linagora.com>
Authored: Fri Feb 12 14:55:48 2016 +0100
Committer: Fabien Vignon <fvig...@linagora.com>
Committed: Fri Feb 12 14:55:48 2016 +0100

----------------------------------------------------------------------
 server/protocols/jmap/doc/specs/spec/message.mdwn | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/4df0105a/server/protocols/jmap/doc/specs/spec/message.mdwn
----------------------------------------------------------------------
diff --git a/server/protocols/jmap/doc/specs/spec/message.mdwn 
b/server/protocols/jmap/doc/specs/spec/message.mdwn
index a0b384a..647f193 100644
--- a/server/protocols/jmap/doc/specs/spec/message.mdwn
+++ b/server/protocols/jmap/doc/specs/spec/message.mdwn
@@ -244,17 +244,19 @@ The following errors may be returned instead of the 
*messageUpdates* response:
 `cannotCalculateChanges`: Returned if the server cannot calculate the changes 
from the state string given by the client. Usually due to the client's state 
being too old, or the server being unable to produce an update to an 
intermediate state when there are too many updates. The client MUST invalidate 
its Message cache. The error object MUST also include a `newState: String` 
property with the current state for the type.
 
 ### setMessages
-<aside class="warning">
-Not implemented
-</aside>
 
 The *setMessages* method encompasses:
 
 - Creating a draft message
+<aside class="warning">Not implemented</aside>
 - Sending a message
+<aside class="warning">Not implemented</aside>
 - Changing the flags of a message (unread/flagged status)
+
 - Adding/removing a message to/from mailboxes (moving a message)
+<aside class="warning">Not implemented</aside>
 - Deleting messages
+<aside class="warning">Not implemented</aside>
 
 It takes the following arguments:
 


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to