Author: matthieu
Date: Tue Jan 26 07:58:21 2016
New Revision: 1726747

URL: http://svn.apache.org/viewvc?rev=1726747&view=rev
Log:
JAMES-1666 JMAP specification annotation test

Adding 2 fake comments to the imported specification document, as inserts in an 
aside HTML element

Modified:
    james/project/trunk/spec/message.mdwn

Modified: james/project/trunk/spec/message.mdwn
URL: 
http://svn.apache.org/viewvc/james/project/trunk/spec/message.mdwn?rev=1726747&r1=1726746&r2=1726747&view=diff
==============================================================================
--- james/project/trunk/spec/message.mdwn (original)
+++ james/project/trunk/spec/message.mdwn Tue Jan 26 07:58:21 2016
@@ -13,6 +13,9 @@ A **Message** object has the following p
   the original message or to attach it directly to another message etc.
 - **threadId**: `String`
   The id of the thread to which this message belongs.
+<aside class="warning">
+  <ins>As of now, James project does not provide thread-related features 
(incl. threadId)</ins>
+</aside>
 - **mailboxIds**: `String[]` (Mutable)
   The ids of the mailboxes the message is in. A message MUST belong to one or 
more mailboxes at all times (until it is deleted).
 - **inReplyToMessageId**: `String|null`
@@ -399,6 +402,10 @@ The following errors may be returned ins
 
 ### copyMessages
 
+<aside class="notice">
+  <ins>Command not yet implemented</ins>
+</aside>
+
 The only way to move messages **between** two different accounts is to copy 
them using the *copyMessages* method, then once the copy has succeeded, delete 
the original. It takes the following arguments:
 
 - **fromAccountId**: `String|null`



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to