Repository: james-project Updated Branches: refs/heads/master 5693353c0 -> ea3aa656f
JAMES-1671 Annotate unsupported methods Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/e252946a Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/e252946a Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/e252946a Branch: refs/heads/master Commit: e252946a805c6e149d6e5a14a13d28442bd8fcaa Parents: 5693353 Author: Antoine Duprat <antdup...@gmail.com> Authored: Wed Jan 27 11:00:41 2016 +0100 Committer: Antoine Duprat <antdup...@gmail.com> Committed: Thu Feb 4 10:05:04 2016 +0100 ---------------------------------------------------------------------- server/protocols/jmap/doc/specs/spec/account.mdwn | 3 +++ server/protocols/jmap/doc/specs/spec/calendar.mdwn | 3 +++ server/protocols/jmap/doc/specs/spec/calendarevent.mdwn | 3 +++ server/protocols/jmap/doc/specs/spec/calendareventlist.mdwn | 3 +++ server/protocols/jmap/doc/specs/spec/contact.mdwn | 3 +++ server/protocols/jmap/doc/specs/spec/contactgroup.mdwn | 3 +++ server/protocols/jmap/doc/specs/spec/contactlist.mdwn | 3 +++ server/protocols/jmap/doc/specs/spec/push.mdwn | 3 +++ server/protocols/jmap/doc/specs/spec/searchsnippet.mdwn | 3 +++ server/protocols/jmap/doc/specs/spec/thread.mdwn | 3 +++ server/protocols/jmap/doc/specs/spec/upload.mdwn | 3 +++ 11 files changed, 33 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/e252946a/server/protocols/jmap/doc/specs/spec/account.mdwn ---------------------------------------------------------------------- diff --git a/server/protocols/jmap/doc/specs/spec/account.mdwn b/server/protocols/jmap/doc/specs/spec/account.mdwn index 87039af..c846d27 100644 --- a/server/protocols/jmap/doc/specs/spec/account.mdwn +++ b/server/protocols/jmap/doc/specs/spec/account.mdwn @@ -1,4 +1,7 @@ ## Accounts +<aside class="warning"> +Not implemented +</aside> A single login may provide access to multiple accounts, for example if another user is sharing their mail with the logged in user. http://git-wip-us.apache.org/repos/asf/james-project/blob/e252946a/server/protocols/jmap/doc/specs/spec/calendar.mdwn ---------------------------------------------------------------------- diff --git a/server/protocols/jmap/doc/specs/spec/calendar.mdwn b/server/protocols/jmap/doc/specs/spec/calendar.mdwn index 5eefacc..1e78fc9 100644 --- a/server/protocols/jmap/doc/specs/spec/calendar.mdwn +++ b/server/protocols/jmap/doc/specs/spec/calendar.mdwn @@ -1,4 +1,7 @@ ## Calendars +<aside class="warning"> +Not implemented +</aside> A Calendar is a named collection of events. All events are associated with one, and only one, calendar. http://git-wip-us.apache.org/repos/asf/james-project/blob/e252946a/server/protocols/jmap/doc/specs/spec/calendarevent.mdwn ---------------------------------------------------------------------- diff --git a/server/protocols/jmap/doc/specs/spec/calendarevent.mdwn b/server/protocols/jmap/doc/specs/spec/calendarevent.mdwn index 21e4984..a099011 100644 --- a/server/protocols/jmap/doc/specs/spec/calendarevent.mdwn +++ b/server/protocols/jmap/doc/specs/spec/calendarevent.mdwn @@ -1,4 +1,7 @@ ## Calendar Events +<aside class="warning"> +Not implemented +</aside> A CalendarEvent contains information about an event, or recurring series of events, that takes place at a particular time. The object is designed to be easily convertible to/from iCalendar format ([RFC 5545](https://tools.ietf.org/html/rfc5545)) for compatibility with existing calendaring systems. http://git-wip-us.apache.org/repos/asf/james-project/blob/e252946a/server/protocols/jmap/doc/specs/spec/calendareventlist.mdwn ---------------------------------------------------------------------- diff --git a/server/protocols/jmap/doc/specs/spec/calendareventlist.mdwn b/server/protocols/jmap/doc/specs/spec/calendareventlist.mdwn index eca8e7f..0ddf1d5 100644 --- a/server/protocols/jmap/doc/specs/spec/calendareventlist.mdwn +++ b/server/protocols/jmap/doc/specs/spec/calendareventlist.mdwn @@ -1,4 +1,7 @@ ## CalendarEventLists +<aside class="warning"> +Not implemented +</aside> A **CalendarEventList** is a query on the set of events in a user's calendars. The client can optionally also fetch the events. http://git-wip-us.apache.org/repos/asf/james-project/blob/e252946a/server/protocols/jmap/doc/specs/spec/contact.mdwn ---------------------------------------------------------------------- diff --git a/server/protocols/jmap/doc/specs/spec/contact.mdwn b/server/protocols/jmap/doc/specs/spec/contact.mdwn index 50e0ff7..914a166 100644 --- a/server/protocols/jmap/doc/specs/spec/contact.mdwn +++ b/server/protocols/jmap/doc/specs/spec/contact.mdwn @@ -1,4 +1,7 @@ ## Contacts +<aside class="warning"> +Not implemented +</aside> A **Contact** object stores information about a person or company. It has the following properties: http://git-wip-us.apache.org/repos/asf/james-project/blob/e252946a/server/protocols/jmap/doc/specs/spec/contactgroup.mdwn ---------------------------------------------------------------------- diff --git a/server/protocols/jmap/doc/specs/spec/contactgroup.mdwn b/server/protocols/jmap/doc/specs/spec/contactgroup.mdwn index 2581c7c..2e0c13a 100644 --- a/server/protocols/jmap/doc/specs/spec/contactgroup.mdwn +++ b/server/protocols/jmap/doc/specs/spec/contactgroup.mdwn @@ -1,4 +1,7 @@ ## Contact Groups +<aside class="warning"> +Not implemented +</aside> A **Contact Group** represents a named set of contacts. It has the following properties: http://git-wip-us.apache.org/repos/asf/james-project/blob/e252946a/server/protocols/jmap/doc/specs/spec/contactlist.mdwn ---------------------------------------------------------------------- diff --git a/server/protocols/jmap/doc/specs/spec/contactlist.mdwn b/server/protocols/jmap/doc/specs/spec/contactlist.mdwn index 700f7ca..13504fc 100644 --- a/server/protocols/jmap/doc/specs/spec/contactlist.mdwn +++ b/server/protocols/jmap/doc/specs/spec/contactlist.mdwn @@ -1,4 +1,7 @@ ## ContactLists +<aside class="warning"> +Not implemented +</aside> A **ContactList** is a query on the set of contacts in a user's contacts. The client can optionally also fetch the contacts. http://git-wip-us.apache.org/repos/asf/james-project/blob/e252946a/server/protocols/jmap/doc/specs/spec/push.mdwn ---------------------------------------------------------------------- diff --git a/server/protocols/jmap/doc/specs/spec/push.mdwn b/server/protocols/jmap/doc/specs/spec/push.mdwn index b4d0d43..d607c22 100644 --- a/server/protocols/jmap/doc/specs/spec/push.mdwn +++ b/server/protocols/jmap/doc/specs/spec/push.mdwn @@ -1,4 +1,7 @@ ## Push +<aside class="warning"> +Not implemented +</aside> Any modern email client should be able to update instantly whenever the data on the server is changed by another client or message delivery. Push notifications in JMAP occur out-of-band (i.e. not over the same connection as API exchanges) so that they can make use of efficient native push mechanisms on different platforms. http://git-wip-us.apache.org/repos/asf/james-project/blob/e252946a/server/protocols/jmap/doc/specs/spec/searchsnippet.mdwn ---------------------------------------------------------------------- diff --git a/server/protocols/jmap/doc/specs/spec/searchsnippet.mdwn b/server/protocols/jmap/doc/specs/spec/searchsnippet.mdwn index 67012fd..d870ee4 100644 --- a/server/protocols/jmap/doc/specs/spec/searchsnippet.mdwn +++ b/server/protocols/jmap/doc/specs/spec/searchsnippet.mdwn @@ -1,4 +1,7 @@ ## SearchSnippets +<aside class="warning"> +Not implemented +</aside> When doing a search on a `String` property, the client may wish to show the relevant section of the body that matches the search as a preview instead of the beginning of the message, and to highlight any matching terms in both this and the subject of the message. Search snippets represent this data. http://git-wip-us.apache.org/repos/asf/james-project/blob/e252946a/server/protocols/jmap/doc/specs/spec/thread.mdwn ---------------------------------------------------------------------- diff --git a/server/protocols/jmap/doc/specs/spec/thread.mdwn b/server/protocols/jmap/doc/specs/spec/thread.mdwn index bb9f7f3..10d6ad9 100644 --- a/server/protocols/jmap/doc/specs/spec/thread.mdwn +++ b/server/protocols/jmap/doc/specs/spec/thread.mdwn @@ -1,4 +1,7 @@ ## Threads +<aside class="warning"> +Not implemented +</aside> Replies are grouped together with the original message to form a thread. In JMAP, a thread is simply a flat list of messages, ordered by date. Every message MUST belong to a thread, even if it is the only message in the thread. http://git-wip-us.apache.org/repos/asf/james-project/blob/e252946a/server/protocols/jmap/doc/specs/spec/upload.mdwn ---------------------------------------------------------------------- diff --git a/server/protocols/jmap/doc/specs/spec/upload.mdwn b/server/protocols/jmap/doc/specs/spec/upload.mdwn index b82aa1d..15a54b2 100644 --- a/server/protocols/jmap/doc/specs/spec/upload.mdwn +++ b/server/protocols/jmap/doc/specs/spec/upload.mdwn @@ -1,4 +1,7 @@ ## File Uploads +<aside class="warning"> +Not implemented +</aside> There is a single endpoint which handles all file uploads, regardless of what they are to be used for. To upload a file, submit a POST request to the file upload endpoint (see the authentication section for information on how to obtain this URL). The Content-Type MUST be correctly set for the type of the file being uploaded. The request MUST be authenticated as per any HTTP request. The request MAY include an "X-JMAP-AccountId" header, with the value being the account to use for the request. Otherwise, the default account will be used. --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org