[james-hupa] branch trunk updated: Use google code archive link since google code has been deprecated.

2018-02-21 Thread dongxu
This is an automated email from the ASF dual-hosted git repository.

dongxu pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/james-hupa.git


The following commit(s) were added to refs/heads/trunk by this push:
 new f56eff1  Use google code archive link since google code has been 
deprecated.
f56eff1 is described below

commit f56eff1a08670f757ee6cd2cd7faaebb1a403de1
Author: Echo Wang 
AuthorDate: Thu Feb 22 11:18:35 2018 +0800

Use google code archive link since google code has been deprecated.
---
 client/README.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/client/README.txt b/client/README.txt
index 415e6fb..34336fc 100644
--- a/client/README.txt
+++ b/client/README.txt
@@ -1,2 +1,2 @@
 About the com.google.gwt.gen2.event.shared.HandlerManager:
-See http://code.google.com/p/google-web-toolkit-incubator/issues/detail?id=340
+See https://code.google.com/archive/p/google-web-toolkit-incubator/issues/340

-- 
To stop receiving notification emails like this one, please contact
don...@apache.org.

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



FINAL REMINDER: CFP for Apache EU Roadshow Closes 25th February

2018-02-21 Thread Sharan F

Hello Apache Supporters and Enthusiasts

This is your FINAL reminder that the Call for Papers (CFP) for the 
Apache EU Roadshow is closing soon. Our Apache EU Roadshow will focus on 
Cloud, IoT, Apache Tomcat, Apache Http and will run from 13-14 June 2018 
in Berlin.
Note that the CFP deadline has been extended to *25*^*th* *February *and 
it will be your final opportunity to submit a talk for thisevent.


Please make your submissions at http://apachecon.com/euroadshow18/

Also note that early bird ticket registrations to attend FOSS Backstage 
including the Apache EU Roadshow, have also been extended and will be 
available until 23^rd February. Please register at 
https://foss-backstage.de/tickets


We look forward to seeing you in Berlin!

Thanks
Sharan Foga, VP Apache Community Development

PLEASE NOTE: You are receiving this message because you are subscribed 
to a user@ or dev@ list of one or more Apache Software Foundation projects.




[jira] [Resolved] (JAMES-2339) Provisioning should create Spam folder

2018-02-21 Thread Antoine Duprat (JIRA)

 [ 
https://issues.apache.org/jira/browse/JAMES-2339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Antoine Duprat resolved JAMES-2339.
---
Resolution: Fixed

Merged

> Provisioning should create Spam folder
> --
>
> Key: JAMES-2339
> URL: https://issues.apache.org/jira/browse/JAMES-2339
> Project: James Server
>  Issue Type: New Feature
>  Components: JMAP
>Reporter: Antoine Duprat
>Assignee: Antoine Duprat
>Priority: Major
>
> We should add the Spam mailbox (already a default JMAP mailbox) in the 
> provisioned mailboxes.
> Then add two integrations tests:
> - the folder is created for a new user
> - the folder is created for a user already provisioned (which already have 
> inbox, outbox, sent, trash & drafts mailboxes)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Closed] (JAMES-2339) Provisioning should create Spam folder

2018-02-21 Thread Antoine Duprat (JIRA)

 [ 
https://issues.apache.org/jira/browse/JAMES-2339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Antoine Duprat closed JAMES-2339.
-

> Provisioning should create Spam folder
> --
>
> Key: JAMES-2339
> URL: https://issues.apache.org/jira/browse/JAMES-2339
> Project: James Server
>  Issue Type: New Feature
>  Components: JMAP
>Reporter: Antoine Duprat
>Assignee: Antoine Duprat
>Priority: Major
>
> We should add the Spam mailbox (already a default JMAP mailbox) in the 
> provisioned mailboxes.
> Then add two integrations tests:
> - the folder is created for a new user
> - the folder is created for a user already provisioned (which already have 
> inbox, outbox, sent, trash & drafts mailboxes)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



james-project git commit: JAMES-2339 Provision Spam mailbox in JMAP

2018-02-21 Thread aduprat
Repository: james-project
Updated Branches:
  refs/heads/master faf7aa52c -> 21bd4ffad


JAMES-2339 Provision Spam mailbox in JMAP


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

Branch: refs/heads/master
Commit: 21bd4ffadc717946f7f7b959df27a275e25d8d1b
Parents: faf7aa5
Author: Antoine Duprat 
Authored: Tue Feb 20 10:00:18 2018 +0100
Committer: Antoine Duprat 
Committed: Tue Feb 20 10:32:53 2018 +0100

--
 .../java/org/apache/james/jmap/ProvisioningTest.java   |  2 +-
 .../methods/integration/GetMailboxesMethodTest.java|  6 +++---
 .../java/org/apache/james/jmap/DefaultMailboxes.java   |  2 +-
 .../jmap/DefaultMailboxesProvisioningFilterTest.java   | 13 +
 4 files changed, 18 insertions(+), 5 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/james-project/blob/21bd4ffa/server/protocols/jmap-integration-testing/jmap-integration-testing-common/src/test/java/org/apache/james/jmap/ProvisioningTest.java
--
diff --git 
a/server/protocols/jmap-integration-testing/jmap-integration-testing-common/src/test/java/org/apache/james/jmap/ProvisioningTest.java
 
b/server/protocols/jmap-integration-testing/jmap-integration-testing-common/src/test/java/org/apache/james/jmap/ProvisioningTest.java
index c0faa3c..805a0c9 100644
--- 
a/server/protocols/jmap-integration-testing/jmap-integration-testing-common/src/test/java/org/apache/james/jmap/ProvisioningTest.java
+++ 
b/server/protocols/jmap-integration-testing/jmap-integration-testing-common/src/test/java/org/apache/james/jmap/ProvisioningTest.java
@@ -96,7 +96,7 @@ public abstract class ProvisioningTest {
 .then()
 .statusCode(200)
 .body(NAME, equalTo("mailboxes"))
-.body(ARGUMENTS + ".list", hasSize(5))
+.body(ARGUMENTS + ".list", hasSize(6))
 .body(ARGUMENTS + ".list.name", 
hasItems(DefaultMailboxes.DEFAULT_MAILBOXES.toArray()));
 }
 

http://git-wip-us.apache.org/repos/asf/james-project/blob/21bd4ffa/server/protocols/jmap-integration-testing/jmap-integration-testing-common/src/test/java/org/apache/james/jmap/methods/integration/GetMailboxesMethodTest.java
--
diff --git 
a/server/protocols/jmap-integration-testing/jmap-integration-testing-common/src/test/java/org/apache/james/jmap/methods/integration/GetMailboxesMethodTest.java
 
b/server/protocols/jmap-integration-testing/jmap-integration-testing-common/src/test/java/org/apache/james/jmap/methods/integration/GetMailboxesMethodTest.java
index aff09e3..243156a 100644
--- 
a/server/protocols/jmap-integration-testing/jmap-integration-testing-common/src/test/java/org/apache/james/jmap/methods/integration/GetMailboxesMethodTest.java
+++ 
b/server/protocols/jmap-integration-testing/jmap-integration-testing-common/src/test/java/org/apache/james/jmap/methods/integration/GetMailboxesMethodTest.java
@@ -245,7 +245,7 @@ public abstract class GetMailboxesMethodTest {
 .then()
 .statusCode(200)
 .body(NAME, equalTo("mailboxes"))
-.body(ARGUMENTS + ".list", hasSize(7))
+.body(ARGUMENTS + ".list", hasSize(8))
 .body(ARGUMENTS + ".list.name", 
hasItems(expectedMailboxes.toArray()));
 }
 
@@ -362,7 +362,7 @@ public abstract class GetMailboxesMethodTest {
 .then()
 .statusCode(200)
 .body(NAME, equalTo("mailboxes"))
-.body(ARGUMENTS + ".list", hasSize(5))
+.body(ARGUMENTS + ".list", hasSize(6))
 .body(ARGUMENTS + ".list.name", 
hasItems(DefaultMailboxes.DEFAULT_MAILBOXES.toArray()));
 }
 
@@ -633,7 +633,7 @@ public abstract class GetMailboxesMethodTest {
 .then()
 .statusCode(200)
 .body(NAME, equalTo("mailboxes"))
-.body(ARGUMENTS + ".list", hasSize(6))
+.body(ARGUMENTS + ".list", hasSize(7))
 .body(ARGUMENTS + ".list.name", 
hasItems(expectedMailboxes.toArray()));
 }
 

http://git-wip-us.apache.org/repos/asf/james-project/blob/21bd4ffa/server/protocols/jmap/src/main/java/org/apache/james/jmap/DefaultMailboxes.java
--
diff --git 
a/server/protocols/jmap/src/main/java/org/apache/james/jmap/DefaultMailboxes.java
 
b/server/protocols/jmap/src/main/java/org/apache/james/jmap/DefaultMailboxes.java
index 2cdfbec..9ae4234 100644
--- 
a/server/protocols/jmap/src/main/java/org/apache/james/jmap/DefaultMailboxes.java
+++