News: JMAP implementation
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/4d419213 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/4d419213 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/4d419213 Branch: refs/heads/master Commit: 4d41921307373176848932dc4ed92eba9fcedcb0 Parents: e90e8d7 Author: Raphael Ouazana <[email protected]> Authored: Wed Feb 10 14:53:58 2016 +0100 Committer: Matthieu Baechler <[email protected]> Committed: Fri Feb 12 13:51:01 2016 +0100 ---------------------------------------------------------------------- src/site/xdoc/index.xml | 4 ++++ src/site/xdoc/newsarchive.xml | 6 ++++++ 2 files changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/4d419213/src/site/xdoc/index.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index 92962fc..a891d02 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -390,6 +390,10 @@ <subsection name="News"> <ul> <li>Feb/2016 - <ul> + <li><a href="newsarchive.html#20160210"><strong>JMAP implementation</strong> JMAP is being implemented into James.</a></li> + </ul> + </li> + <li>Feb/2016 - <ul> <li><a href="newsarchive.html#20160208"><strong>Moving to GIT !</strong> All James projects has been migrated from SVN to GIT.</a></li> </ul> </li> http://git-wip-us.apache.org/repos/asf/james-project/blob/4d419213/src/site/xdoc/newsarchive.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/newsarchive.xml b/src/site/xdoc/newsarchive.xml index 7086d0d..eb190b7 100644 --- a/src/site/xdoc/newsarchive.xml +++ b/src/site/xdoc/newsarchive.xml @@ -36,6 +36,12 @@ <subsection name='2016'> + <a name="20160210"><h4>Feb 2016 - JMAP implementation</h4></a> + <p>We are actively working on implementing JMAP protocol into James.</p> + <p><a href="http://jmap.io">JMAP</a> is a transport-agnostic, stateless JSON-based API for synchronising a mail client with a mail server.</p> + <p>It allows to develop easily a mail client in a browser, without the pain of using a server to proxy IMAP commands.</p> + <p>Feel free to help us, you can see our advancement on the specification implementation into <a href="https://github.com/apache/james-project/tree/master/server/protocols/jmap/doc/specs">jmap/doc</a></p> + <a name="20150208"><h4>Feb 2016 - Moving to GIT !</h4></a> <p>All James projects has been migrated from SVN to GIT.</p> <p>Here are the links to your favorite projects: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
