[jira] [Created] (JAMES-2130) Most maven plugins are outdate

2017-08-25 Thread Matthieu Baechler (JIRA)
Matthieu Baechler created JAMES-2130: Summary: Most maven plugins are outdate Key: JAMES-2130 URL: https://issues.apache.org/jira/browse/JAMES-2130 Project: James Server Issue Type: Bug

[jira] [Resolved] (JAMES-2124) Sanitize all POM

2017-08-25 Thread Tellier Benoit (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-2124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tellier Benoit resolved JAMES-2124. --- Resolution: Fixed https://github.com/linagora/james-project/pull/939 merged > Sanitize all PO

[jira] [Closed] (JAMES-2124) Sanitize all POM

2017-08-25 Thread Tellier Benoit (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-2124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tellier Benoit closed JAMES-2124. - > Sanitize all POM > > > Key: JAMES-2124 > URL: https

[15/29] james-project git commit: JAMES-2124 Merge dependency management in parent POM

2017-08-25 Thread btellier
JAMES-2124 Merge dependency management in parent POM Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/ab4aec5f Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/ab4aec5f Diff: http://git-wip-us.apa

[26/29] james-project git commit: JAMES-2124 Respect maven sorting order conventions

2017-08-25 Thread btellier
http://git-wip-us.apache.org/repos/asf/james-project/blob/2a8b24d1/pom.xml -- diff --git a/pom.xml b/pom.xml index 961f04c..cc781a8 100644 --- a/pom.xml +++ b/pom.xml @@ -24,8 +24,8 @@ 4.0.0 -apache or

[18/29] james-project git commit: JAMES-2124 Remove non-accurate comment

2017-08-25 Thread btellier
JAMES-2124 Remove non-accurate comment Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/78e99f3f Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/78e99f3f Diff: http://git-wip-us.apache.org/repos/

[16/29] james-project git commit: JAMES-2124 Remove scope from dependencyManagement

2017-08-25 Thread btellier
JAMES-2124 Remove scope from dependencyManagement Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/43e69baf Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/43e69baf Diff: http://git-wip-us.apache

[24/29] james-project git commit: JAMES-2124 Solve more Eclipse warnings

2017-08-25 Thread btellier
JAMES-2124 Solve more Eclipse warnings Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/4ba81026 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/4ba81026 Diff: http://git-wip-us.apache.org/repos/

[20/29] james-project git commit: JAMES-2124 Avoid POM version overiding

2017-08-25 Thread btellier
JAMES-2124 Avoid POM version overiding Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/8aed4b08 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/8aed4b08 Diff: http://git-wip-us.apache.org/repos/

[17/29] james-project git commit: JAMES-2124 Update maven contribution requirement

2017-08-25 Thread btellier
JAMES-2124 Update maven contribution requirement Especially document the dependency ordering maven module usage. Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/5a756048 Tree: http://git-wip-us.apache.org/repo

[22/29] james-project git commit: JAMES-2124 Solve more Eclipse warnings

2017-08-25 Thread btellier
JAMES-2124 Solve more Eclipse warnings Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/bca6e8d5 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/bca6e8d5 Diff: http://git-wip-us.apache.org/repos/

[28/29] james-project git commit: JAMES-2124 Fix more eclipse warnings

2017-08-25 Thread btellier
JAMES-2124 Fix more eclipse warnings Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/c147f0a0 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/c147f0a0 Diff: http://git-wip-us.apache.org/repos/as

[25/29] james-project git commit: JAMES-2124 Respect maven sorting order conventions

2017-08-25 Thread btellier
http://git-wip-us.apache.org/repos/asf/james-project/blob/2a8b24d1/server/data/data-jdbc/pom.xml -- diff --git a/server/data/data-jdbc/pom.xml b/server/data/data-jdbc/pom.xml index b2c9796..e80b44d 100644 --- a/server/data/data-jdb

[14/29] james-project git commit: JAMES-2124 Merge dependency management in parent POM

2017-08-25 Thread btellier
http://git-wip-us.apache.org/repos/asf/james-project/blob/ab4aec5f/pom.xml -- diff --git a/pom.xml b/pom.xml index 4ac9afa..abea84d 100644 --- a/pom.xml +++ b/pom.xml @@ -566,6 +566,7 @@ + + +

[27/29] james-project git commit: JAMES-2124 Respect maven sorting order conventions

2017-08-25 Thread btellier
JAMES-2124 Respect maven sorting order conventions Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/2a8b24d1 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/2a8b24d1 Diff: http://git-wip-us.apach

[08/29] james-project git commit: JAMES-2124 automatically sort all dependencies

2017-08-25 Thread btellier
http://git-wip-us.apache.org/repos/asf/james-project/blob/dbd6223b/server/app/pom.xml -- diff --git a/server/app/pom.xml b/server/app/pom.xml index ba0c491..1a5feba 100644 --- a/server/app/pom.xml +++ b/server/app/pom.xml @@ -22,8

[21/29] james-project git commit: JAMES-2124 Solve various Eclipse warnings

2017-08-25 Thread btellier
JAMES-2124 Solve various Eclipse warnings Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/f8f540a6 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/f8f540a6 Diff: http://git-wip-us.apache.org/rep

[09/29] james-project git commit: JAMES-2124 automatically sort all dependencies

2017-08-25 Thread btellier
http://git-wip-us.apache.org/repos/asf/james-project/blob/dbd6223b/mpt/impl/managesieve/file/pom.xml -- diff --git a/mpt/impl/managesieve/file/pom.xml b/mpt/impl/managesieve/file/pom.xml index f016946..1794e4b 100644 --- a/mpt/imp

[10/29] james-project git commit: JAMES-2124 automatically sort all dependencies

2017-08-25 Thread btellier
http://git-wip-us.apache.org/repos/asf/james-project/blob/dbd6223b/mailbox/spring/pom.xml -- diff --git a/mailbox/spring/pom.xml b/mailbox/spring/pom.xml index de815fc..1192e7d 100644 --- a/mailbox/spring/pom.xml +++ b/mailbox/spri

[07/29] james-project git commit: JAMES-2124 automatically sort all dependencies

2017-08-25 Thread btellier
http://git-wip-us.apache.org/repos/asf/james-project/blob/dbd6223b/server/container/guice/protocols/jmap/pom.xml -- diff --git a/server/container/guice/protocols/jmap/pom.xml b/server/container/guice/protocols/jmap/pom.xml index 5

[11/29] james-project git commit: JAMES-2124 automatically sort all dependencies

2017-08-25 Thread btellier
JAMES-2124 automatically sort all dependencies mvn com.github.ekryd.sortpom:sortpom-maven-plugin:sort -Dsort.keepBlankLines -Dsort.sortDependencies=groupId,artifactId -Dsort.nrOfIndentSpace=4 -Dsort.createBackupFile=false -Dsort.sortModules=true -Dsort.sortModules=true Project: http://git-wip-

[29/29] james-project git commit: JAMES-2124 Fix an eclipse warning indicating a real programming mistage

2017-08-25 Thread btellier
JAMES-2124 Fix an eclipse warning indicating a real programming mistage Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/1b670aec Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/1b670aec Diff: ht

[12/29] james-project git commit: JAMES-2024 Rely on Mockito where JMOCK upgrade made tests fails

2017-08-25 Thread btellier
JAMES-2024 Rely on Mockito where JMOCK upgrade made tests fails Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/33a6d55e Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/33a6d55e Diff: http://git

[23/29] james-project git commit: JAMES-2124 Post rebase sort

2017-08-25 Thread btellier
JAMES-2124 Post rebase sort Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/435c5e64 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/435c5e64 Diff: http://git-wip-us.apache.org/repos/asf/james-p

[05/29] james-project git commit: JAMES-2124 automatically sort all dependencies

2017-08-25 Thread btellier
http://git-wip-us.apache.org/repos/asf/james-project/blob/dbd6223b/server/pom.xml -- diff --git a/server/pom.xml b/server/pom.xml index f6160bc..2b52a7a 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -37,25 +37,9 @@ http:

[19/29] james-project git commit: JAMES-2124 Take account of expandEmptyElements sort parameter

2017-08-25 Thread btellier
JAMES-2124 Take account of expandEmptyElements sort parameter Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/2bc4de89 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/2bc4de89 Diff: http://git-w

[13/29] james-project git commit: JAMES-2124 Merge dependency management in parent POM

2017-08-25 Thread btellier
http://git-wip-us.apache.org/repos/asf/james-project/blob/ab4aec5f/server/pom.xml -- diff --git a/server/pom.xml b/server/pom.xml index 2b52a7a..447d851 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -107,1540 +107,8 @@

[04/29] james-project git commit: JAMES-2124 automatically sort all dependencies

2017-08-25 Thread btellier
http://git-wip-us.apache.org/repos/asf/james-project/blob/dbd6223b/server/protocols/fetchmail/pom.xml -- diff --git a/server/protocols/fetchmail/pom.xml b/server/protocols/fetchmail/pom.xml index e928da4..388de19 100644 --- a/serv

[03/29] james-project git commit: JAMES-2124 use project groupId for internal dependencies

2017-08-25 Thread btellier
JAMES-2124 use project groupId for internal dependencies This is a best practice, and makes these dependencies easily ordered at the top. Command was generated via SED, then hand corrected Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/re

[01/29] james-project git commit: JAMES-2124 use project groupId for internal dependencies

2017-08-25 Thread btellier
Repository: james-project Updated Branches: refs/heads/master 10d76ab6e -> 1b670aecc http://git-wip-us.apache.org/repos/asf/james-project/blob/3dd8a503/server/pom.xml -- diff --git a/server/pom.xml b/server/pom.xml index 03c6da

[06/29] james-project git commit: JAMES-2124 automatically sort all dependencies

2017-08-25 Thread btellier
http://git-wip-us.apache.org/repos/asf/james-project/blob/dbd6223b/server/mailet/integration-testing/pom.xml -- diff --git a/server/mailet/integration-testing/pom.xml b/server/mailet/integration-testing/pom.xml index 3b0fbf3..3d0c

[02/29] james-project git commit: JAMES-2124 use project groupId for internal dependencies

2017-08-25 Thread btellier
http://git-wip-us.apache.org/repos/asf/james-project/blob/3dd8a503/protocols/smtp/pom.xml -- diff --git a/protocols/smtp/pom.xml b/protocols/smtp/pom.xml index c9918bb..cc59f46 100644 --- a/protocols/smtp/pom.xml +++ b/protocols/sm

[jira] [Commented] (JAMES-2046) getMessageList should sort by internal date instead of sentDate

2017-08-25 Thread Tellier Benoit (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-2046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16141373#comment-16141373 ] Tellier Benoit commented on JAMES-2046: --- https://github.com/linagora/james-project/p

[jira] [Closed] (JAMES-2110) Support JMAP keywords

2017-08-25 Thread Tellier Benoit (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-2110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tellier Benoit closed JAMES-2110. - > Support JMAP keywords > - > > Key: JAMES-2110 >

[jira] [Resolved] (JAMES-2110) Support JMAP keywords

2017-08-25 Thread Tellier Benoit (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-2110?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tellier Benoit resolved JAMES-2110. --- Resolution: Fixed https://github.com/linagora/james-project/pull/947 solved the issue > Suppo

[02/13] james-project git commit: JAMES-2110 GetMessageList should allow filtering by keywords

2017-08-25 Thread btellier
JAMES-2110 GetMessageList should allow filtering by keywords Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/a6f1c105 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/a6f1c105 Diff: http://git-wi

[05/13] james-project git commit: JAMES-2110 SetMessage with creation should support keywords for flags

2017-08-25 Thread btellier
JAMES-2110 SetMessage with creation should support keywords for flags Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/78a4a57d Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/78a4a57d Diff: http

[11/13] james-project git commit: JAMES-2046 Implement default use of internalDate if no SentDate on Lucene

2017-08-25 Thread btellier
JAMES-2046 Implement default use of internalDate if no SentDate on Lucene Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/df4d1d80 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/df4d1d80 Diff:

[13/13] james-project git commit: JAMES-2046 integration test for GetMessageList date ordering without sent date

2017-08-25 Thread btellier
JAMES-2046 integration test for GetMessageList date ordering without sent date Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/10d76ab6 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/10d76ab6 D

[09/13] james-project git commit: JAMES-2110 IT for getMessageList which supports filter by hasKeyword and notKeyword

2017-08-25 Thread btellier
JAMES-2110 IT for getMessageList which supports filter by hasKeyword and notKeyword Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/eaedcd21 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/eaed

[01/13] james-project git commit: JAMES-2110 Define keyword on JMAP

2017-08-25 Thread btellier
Repository: james-project Updated Branches: refs/heads/master 5accc88a1 -> 10d76ab6e JAMES-2110 Define keyword on 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/20beee7a Tree: http://git-wip-us.apache

[12/13] james-project git commit: JAMES-2046 Add a test for SentDent ordering for MessageSearchIndexes

2017-08-25 Thread btellier
JAMES-2046 Add a test for SentDent ordering for MessageSearchIndexes Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/5af0d27a Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/5af0d27a Diff: http:

[10/13] james-project git commit: JAMES-2046 Implement robust SentDate parsing for Memory search

2017-08-25 Thread btellier
JAMES-2046 Implement robust SentDate parsing for Memory search Reuse ElasticSearch code. Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/21ce9e82 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree

[07/13] james-project git commit: JAMES-2110 IT for setMessage with keywords

2017-08-25 Thread btellier
JAMES-2110 IT for setMessage with keywords Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/37cf8ffc Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/37cf8ffc Diff: http://git-wip-us.apache.org/re

[03/13] james-project git commit: JAMES-2110 Parser message should not care json message deserilization such as we had CreationMessage and UpdateMessagePath

2017-08-25 Thread btellier
JAMES-2110 Parser message should not care json message deserilization such as we had CreationMessage and UpdateMessagePath Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/53fdcbdd Tree: http://git-wip-us.apach

[06/13] james-project git commit: JAMES-2110 GetMessage should support keywords

2017-08-25 Thread btellier
JAMES-2110 GetMessage should support keywords Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/c1387efa Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/c1387efa Diff: http://git-wip-us.apache.org

[08/13] james-project git commit: JAMES-2110 IT for getMessages which return keywords of imap flags

2017-08-25 Thread btellier
JAMES-2110 IT for getMessages which return keywords of imap flags Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/41e3d15d Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/41e3d15d Diff: http://g

[04/13] james-project git commit: JAMES-2110 SetMessage with update should support keywords for flags

2017-08-25 Thread btellier
JAMES-2110 SetMessage with update should support keywords for flags Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/92365a2e Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/92365a2e Diff: http:/

[jira] [Updated] (JAMES-2129) Mails in file repositories cannot be removed

2017-08-25 Thread Markus Moeller (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-2129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Markus Moeller updated JAMES-2129: -- Description: If a mail is coming in and has matched, we store it in our own file repository to