[jira] [Created] (JAMES-1927) Override Cassandra Guice server with a LDAP user repository.

2017-02-07 Thread Quynh Nguyen (JIRA)
Quynh Nguyen created JAMES-1927: --- Summary: Override Cassandra Guice server with a LDAP user repository. Key: JAMES-1927 URL: https://issues.apache.org/jira/browse/JAMES-1927 Project: James Server

[jira] [Resolved] (JAMES-1922) Add integration tests on LDAP userRepository

2017-02-07 Thread Tellier Benoit (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tellier Benoit resolved JAMES-1922. --- Resolution: Fixed Merged > Add integration tests on LDAP userRepository >

[jira] [Resolved] (MAILBOX-278) make sure indexing index at least email body when attachment conversion fails

2017-02-07 Thread Tellier Benoit (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tellier Benoit resolved MAILBOX-278. Resolution: Fixed Merged > make sure indexing index at least email body when attachment

[jira] [Closed] (MAILBOX-278) make sure indexing index at least email body when attachment conversion fails

2017-02-07 Thread Tellier Benoit (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tellier Benoit closed MAILBOX-278. -- > make sure indexing index at least email body when attachment conversion fails >

[jira] [Closed] (JAMES-1922) Add integration tests on LDAP userRepository

2017-02-07 Thread Tellier Benoit (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tellier Benoit closed JAMES-1922. - > Add integration tests on LDAP userRepository > > >

[1/2] james-project git commit: JAMES-1922 Fix typo in security documentation

2017-02-07 Thread btellier
Repository: james-project Updated Branches: refs/heads/master df6ad23db -> 11b9eeeff JAMES-1922 Fix typo in security documentation Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/ed25623b Tree:

[2/2] james-project git commit: JAMES-1922 Introduce LDAP usersRepository tests

2017-02-07 Thread btellier
JAMES-1922 Introduce LDAP usersRepository tests Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/11b9eeef Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/11b9eeef Diff:

[jira] [Created] (JAMES-1926) Fix GetMessages hasAttachment handling

2017-02-07 Thread Antoine Duprat (JIRA)
Antoine Duprat created JAMES-1926: - Summary: Fix GetMessages hasAttachment handling Key: JAMES-1926 URL: https://issues.apache.org/jira/browse/JAMES-1926 Project: James Server Issue Type:

[04/10] james-project git commit: MAILBOX-278 Make sure indexing index at least email body when attachment conversion fails

2017-02-07 Thread aduprat
http://git-wip-us.apache.org/repos/asf/james-project/blob/d87642ab/mailbox/store/src/test/resources/eml/emailWithNonIndexableAttachmentWithoutAttachment.json -- diff --git

[02/10] james-project git commit: MAILBOX-278 Make sure indexing index at least email body when attachment conversion fails

2017-02-07 Thread aduprat
http://git-wip-us.apache.org/repos/asf/james-project/blob/d87642ab/server/protocols/jmap-integration-testing/jmap-integration-testing-common/src/test/resources/attachment/nonIndexableAttachment.html -- diff --git

[08/10] james-project git commit: MAILBOX-278 Ignore Error thrown by Tika to be able to parse the rest of the message

2017-02-07 Thread aduprat
http://git-wip-us.apache.org/repos/asf/james-project/blob/6c0947f6/mailbox/elasticsearch/src/test/resources/eml/bodyMakeTikaToFail.eml -- diff --git a/mailbox/elasticsearch/src/test/resources/eml/bodyMakeTikaToFail.eml

[05/10] james-project git commit: MAILBOX-278 Make sure indexing index at least email body when attachment conversion fails

2017-02-07 Thread aduprat
http://git-wip-us.apache.org/repos/asf/james-project/blob/d87642ab/mailbox/store/src/test/resources/eml/emailWithNonIndexableAttachment.eml -- diff --git a/mailbox/store/src/test/resources/eml/emailWithNonIndexableAttachment.eml

[10/10] james-project git commit: Merge remote-tracking branch 'quynhn/MAILBOX-278'

2017-02-07 Thread aduprat
Merge remote-tracking branch 'quynhn/MAILBOX-278' Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/df6ad23d Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/df6ad23d Diff:

[09/10] james-project git commit: MAILBOX-278 Ignore Error thrown by Tika to be able to parse the rest of the message

2017-02-07 Thread aduprat
MAILBOX-278 Ignore Error thrown by Tika to be able to parse the rest of the message Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/6c0947f6 Tree:

[01/10] james-project git commit: MAILBOX-278 Renaming class tests to match tested class and migrate it to Mockito

2017-02-07 Thread aduprat
Repository: james-project Updated Branches: refs/heads/master 7abdb538b -> df6ad23db MAILBOX-278 Renaming class tests to match tested class and migrate it to Mockito Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit:

[03/10] james-project git commit: MAILBOX-278 Make sure indexing index at least email body when attachment conversion fails

2017-02-07 Thread aduprat
http://git-wip-us.apache.org/repos/asf/james-project/blob/d87642ab/server/protocols/jmap-integration-testing/jmap-integration-testing-common/src/test/java/org/apache/james/jmap/methods/integration/SetMessagesMethodTest.java --

[06/10] james-project git commit: MAILBOX-278 Make sure indexing index at least email body when attachment conversion fails

2017-02-07 Thread aduprat
MAILBOX-278 Make sure indexing index at least email body when attachment conversion 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/d87642ab Tree:

[07/10] james-project git commit: MAILBOX-278 Ensure other attachments are parsed when one of them is failing

2017-02-07 Thread aduprat
MAILBOX-278 Ensure other attachments are parsed when one of them is failing Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/05df700b Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/05df700b

[2/2] james-project git commit: JAMES-1924 Spring should bind JSPF DNSService

2017-02-07 Thread aduprat
JAMES-1924 Spring should bind JSPF DNSService Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/7abdb538 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/7abdb538 Diff:

[1/2] james-project git commit: JAMES-1924 Guice should bind JSPF DNSService

2017-02-07 Thread aduprat
Repository: james-project Updated Branches: refs/heads/master 41c860c17 -> 7abdb538b JAMES-1924 Guice should bind JSPF DNSService Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/39b5b287 Tree:

[jira] [Created] (JAMES-1925) JMAP User & mailboxes provisioning should be separated

2017-02-07 Thread Antoine Duprat (JIRA)
Antoine Duprat created JAMES-1925: - Summary: JMAP User & mailboxes provisioning should be separated Key: JAMES-1925 URL: https://issues.apache.org/jira/browse/JAMES-1925 Project: James Server

[03/10] james-project git commit: JAMES-1874 Makes flag change detection easier, and tested

2017-02-07 Thread aduprat
JAMES-1874 Makes flag change detection easier, and tested Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/bbe8e8a1 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/bbe8e8a1 Diff:

[10/10] james-project git commit: JAMES-1874 Reorder imports in some class of mailbox-cassandra

2017-02-07 Thread aduprat
JAMES-1874 Reorder imports in some class of mailbox-cassandra Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/a9ff7fa8 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/a9ff7fa8 Diff:

[08/10] james-project git commit: JAMES-1874 Cassandra optimization : Add a table for recent messages

2017-02-07 Thread aduprat
JAMES-1874 Cassandra optimization : Add a table for recent messages Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/c8c12826 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/c8c12826 Diff:

[06/10] james-project git commit: JAMES-1874 Make constructor of UpdatedFlags private

2017-02-07 Thread aduprat
JAMES-1874 Make constructor of UpdatedFlags private Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/41c860c1 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/41c860c1 Diff:

[05/10] james-project git commit: JAMES-1874 GetMailboxes should not rely at all on the entire list of recent UIDs

2017-02-07 Thread aduprat
JAMES-1874 GetMailboxes should not rely at all on the entire list of recent UIDs Message manager should offer a way to get only the part of the Metadata we want. My work implied de-deprecating a method. I checked it was not called. I believe it was deprecated to force IMAP implementation to use

[09/10] james-project git commit: JAMES-1874 Factorize more logic between CassandraMessageIdMapper and CassandraMessageMapper

2017-02-07 Thread aduprat
JAMES-1874 Factorize more logic between CassandraMessageIdMapper and CassandraMessageMapper Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/948b58f8 Tree:

[01/10] james-project git commit: JAMES-1874 Add more tests on MessageMapper RECENT handling

2017-02-07 Thread aduprat
Repository: james-project Updated Branches: refs/heads/master 3bdf9182f -> 41c860c17 JAMES-1874 Add more tests on MessageMapper RECENT handling Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/9c28aad8

[07/10] james-project git commit: JAMES-1874 Remove Javadoc parameters without description in MessageManager

2017-02-07 Thread aduprat
JAMES-1874 Remove Javadoc parameters without description in MessageManager (as contained in method signature) Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/796f8eb6 Tree:

[04/10] james-project git commit: JAMES-1874 Optimize GetMailboxes: do not search all mailboxes when a list of IDs is given

2017-02-07 Thread aduprat
JAMES-1874 Optimize GetMailboxes: do not search all mailboxes when a list of IDs is given It's a rework from a commit of Antoine, but includes: - Factorized code - No need to filter by mailbox as this filtering is already handled (gain ~ 3ms) Project:

[02/10] james-project git commit: JAMES-1874 Add missing tests for CassandraMailboxCounterDAO

2017-02-07 Thread aduprat
JAMES-1874 Add missing tests for CassandraMailboxCounterDAO Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/4297b454 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/4297b454 Diff: