[jira] [Created] (MAILBOX-240) Improve setFlags API

2015-06-22 Thread Tellier Benoit (JIRA)
Tellier Benoit created MAILBOX-240: -- Summary: Improve setFlags API Key: MAILBOX-240 URL: https://issues.apache.org/jira/browse/MAILBOX-240 Project: James Mailbox Issue Type: Improvement

[jira] [Created] (MPT-17) Cyrus module should implements IMAP host system behaviours

2015-06-22 Thread Tellier Benoit (JIRA)
Tellier Benoit created MPT-17: - Summary: Cyrus module should implements IMAP host system behaviours Key: MPT-17 URL: https://issues.apache.org/jira/browse/MPT-17 Project: James MPT Issue Type:

svn commit: r1686799 - in /james/server/trunk: container/core/src/main/java/org/apache/james/core/ container/filesystem-api/src/test/java/org/apache/james/filesystem/api/ data/data-file/src/main/java/

2015-06-22 Thread btellier
Author: btellier Date: Mon Jun 22 08:09:30 2015 New Revision: 1686799 URL: http://svn.apache.org/r1686799 Log: JAMES-1310 Use FileUtils when deleting files - contributed by Antoine Duprat Modified:

svn commit: r1686806 - in /james/mpt/trunk: core/src/main/java/org/apache/james/mpt/api/ core/src/main/java/org/apache/james/mpt/host/ core/src/main/java/org/apache/james/mpt/script/ core/src/main/jav

2015-06-22 Thread btellier
Author: btellier Date: Mon Jun 22 08:18:12 2015 New Revision: 1686806 URL: http://svn.apache.org/r1686806 Log: MPT-16 Replace reset method by beforeTest afterTest methods - contributed by Antoine Duprat Modified: james/mpt/trunk/core/src/main/java/org/apache/james/mpt/api/HostSystem.java

svn commit: r1686807 - in /james/mpt/trunk/core/src/main/java/org/apache/james/mpt: host/ExternalHostSystem.java session/ExternalSessionFactory.java

2015-06-22 Thread btellier
Author: btellier Date: Mon Jun 22 08:18:45 2015 New Revision: 1686807 URL: http://svn.apache.org/r1686807 Log: MPT-16 Define SocketAddress per session - contributed by Antoine Duprat Modified: james/mpt/trunk/core/src/main/java/org/apache/james/mpt/host/ExternalHostSystem.java

svn commit: r1686811 - /james/mpt/trunk/.gitignore

2015-06-22 Thread btellier
Author: btellier Date: Mon Jun 22 08:21:31 2015 New Revision: 1686811 URL: http://svn.apache.org/r1686811 Log: MPT-17 Define a decent gitignore - contributed by Matthieu Baechlor Added: james/mpt/trunk/.gitignore Added: james/mpt/trunk/.gitignore URL:

svn commit: r1686805 - in /james/mailbox/trunk/api/src: main/java/org/apache/james/mailbox/model/SimpleMailboxACL.java test/java/org/apache/james/mailbox/AbstractStressTest.java test/java/org/apache/j

2015-06-22 Thread btellier
Author: btellier Date: Mon Jun 22 08:15:54 2015 New Revision: 1686805 URL: http://svn.apache.org/r1686805 Log: MAILBOX-219 Replace logical OR by a logical AND in RFC4314Rights::contain - contributed by Antoine Duprat Modified:

svn commit: r1686808 - in /james/mpt/trunk/impl/imap-mailbox: ./ core/src/main/java/org/apache/james/mpt/imapmailbox/suite/base/ cyrus/ cyrus/src/ cyrus/src/reporting-site/ cyrus/src/test/ cyrus/src/t

2015-06-22 Thread btellier
Author: btellier Date: Mon Jun 22 08:19:39 2015 New Revision: 1686808 URL: http://svn.apache.org/r1686808 Log: MPT-16 Add Cyrus tests - contributed by Antoine Duprat Added: james/mpt/trunk/impl/imap-mailbox/cyrus/ james/mpt/trunk/impl/imap-mailbox/cyrus/pom.xml

svn commit: r1686809 - /james/mpt/trunk/pom.xml

2015-06-22 Thread btellier
Author: btellier Date: Mon Jun 22 08:20:11 2015 New Revision: 1686809 URL: http://svn.apache.org/r1686809 Log: MPT-16 Compile MPT with Java 6 - contributed by Antoine Duprat Modified: james/mpt/trunk/pom.xml Modified: james/mpt/trunk/pom.xml URL:

svn commit: r1686810 - in /james/mpt/trunk/impl/imap-mailbox/cyrus: pom.xml src/test/java/org/apache/james/mpt/imapmailbox/cyrus/host/Docker.java

2015-06-22 Thread btellier
Author: btellier Date: Mon Jun 22 08:20:51 2015 New Revision: 1686810 URL: http://svn.apache.org/r1686810 Log: MPT-16 Support Boot2Docker - contributed by Matthieu Baechlor Modified: james/mpt/trunk/impl/imap-mailbox/cyrus/pom.xml

svn commit: r1686793 - in /james/mailet/trunk: pom.xml standard/pom.xml standard/src/main/java/org/apache/james/transport/mailets/StripAttachment.java standard/src/test/java/org/apache/james/transport

2015-06-22 Thread btellier
Author: btellier Date: Mon Jun 22 08:03:15 2015 New Revision: 1686793 URL: http://svn.apache.org/r1686793 Log: MAILET-95 Use FileUtils when deleting files - Contributed by Antoine Duprat Modified: james/mailet/trunk/pom.xml james/mailet/trunk/standard/pom.xml

svn commit: r1686798 - /james/server/trunk/container/spring/pom.xml

2015-06-22 Thread btellier
Author: btellier Date: Mon Jun 22 08:08:27 2015 New Revision: 1686798 URL: http://svn.apache.org/r1686798 Log: JAMES-1579 Add SIEVE manage to class path Modified: james/server/trunk/container/spring/pom.xml Modified: james/server/trunk/container/spring/pom.xml URL:

svn commit: r1686800 - /james/server/trunk/app/pom.xml

2015-06-22 Thread btellier
Author: btellier Date: Mon Jun 22 08:10:13 2015 New Revision: 1686800 URL: http://svn.apache.org/r1686800 Log: MAILBOX-237 Add Cassandra maven profile - contributed by Antoine Duprat Modified: james/server/trunk/app/pom.xml Modified: james/server/trunk/app/pom.xml URL:

[jira] [Created] (MPT-16) MPT runs Cyrus in docker

2015-06-22 Thread Tellier Benoit (JIRA)
Tellier Benoit created MPT-16: - Summary: MPT runs Cyrus in docker Key: MPT-16 URL: https://issues.apache.org/jira/browse/MPT-16 Project: James MPT Issue Type: New Feature Reporter:

svn commit: r1686801 - in /james/mailbox/trunk/cassandra: pom.xml src/test/java/org/apache/james/mailbox/cassandra/mail/utils/SimpleMailboxACLJsonConverterTest.java

2015-06-22 Thread btellier
Author: btellier Date: Mon Jun 22 08:12:55 2015 New Revision: 1686801 URL: http://svn.apache.org/r1686801 Log: MAILBOX-219 JSON tests should not check array order - contributed by Antoine Duprat Modified: james/mailbox/trunk/cassandra/pom.xml

svn commit: r1686803 - in /james/mailbox/trunk: cassandra/src/test/java/org/apache/james/mailbox/cassandra/mail/utils/ store/src/main/java/org/apache/james/mailbox/store/ store/src/test/java/org/apach

2015-06-22 Thread btellier
Author: btellier Date: Mon Jun 22 08:14:12 2015 New Revision: 1686803 URL: http://svn.apache.org/r1686803 Log: MAILBOX-219 Mailbox with #private namespace are not groups Added: james/mailbox/trunk/store/src/test/java/org/apache/james/mailbox/store/GroupFolderResolverTest.java Modified:

[jira] [Created] (MAILBOX-241) Maildir implementation does not check namespace on existance

2015-06-22 Thread Tellier Benoit (JIRA)
Tellier Benoit created MAILBOX-241: -- Summary: Maildir implementation does not check namespace on existance Key: MAILBOX-241 URL: https://issues.apache.org/jira/browse/MAILBOX-241 Project: James

[jira] [Resolved] (MAILBOX-219) A user with any right on a mailbox gets full rights on the given mailbox.

2015-06-22 Thread Tellier Benoit (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tellier Benoit resolved MAILBOX-219. Resolution: Fixed Thanks to Antoine Duprat A user with any right on a mailbox gets full

[jira] [Resolved] (MPT-16) MPT runs Cyrus in docker

2015-06-22 Thread Tellier Benoit (JIRA)
[ https://issues.apache.org/jira/browse/MPT-16?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tellier Benoit resolved MPT-16. --- Resolution: Fixed Thanks to Matthieu Baechlor and Antoine Duprat. MPT runs Cyrus in docker

[jira] [Resolved] (MAILBOX-232) Return value of File.[delete|mkdir] is ignored

2015-06-22 Thread Antoine Duprat (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antoine Duprat resolved MAILBOX-232. Resolution: Fixed Return value of File.[delete|mkdir] is ignored

[jira] [Commented] (JAMES-1310) Return value of File.[delete|mkdir] is ignored

2015-06-22 Thread Tellier Benoit (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14595938#comment-14595938 ] Tellier Benoit commented on JAMES-1310: --- I applied the patch. Thanks to Antoine

[jira] [Closed] (MAILBOX-237) Problem launching the Cassandra mailbox module

2015-06-22 Thread Tellier Benoit (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tellier Benoit closed MAILBOX-237. -- Done. Thanks to Antoine Duprat. Problem launching the Cassandra mailbox module