[jira] [Created] (MAILBOX-216) Deadlock on JPAMessageMapper.expungeMarkedForDeletionInMailbox()

2015-03-08 Thread Kohei Nozaki (JIRA)
Kohei Nozaki created MAILBOX-216: Summary: Deadlock on JPAMessageMapper.expungeMarkedForDeletionInMailbox() Key: MAILBOX-216 URL: https://issues.apache.org/jira/browse/MAILBOX-216 Project: James Mailb

Re: [jira] [Commented] (MAILBOX-208) Improve Cassandra Mailbox

2015-03-08 Thread Benoit Tellier
- Group Membership is API defined. - ACL must be managed in the Mailbox class ( SimpleMailbox must be overriden ). I based my work on the maildir and JPA implementation. I also modified the SimpleMessageManager as I need to perform lightweight transaction to avoid data races ( I had to override t

Re: [jira] [Commented] (MAILBOX-213) Cassandra errors in messages counters

2015-03-08 Thread Benoit Tellier
I am still waiting for internal review before submitting the patch. It should come in the coming days... Le 08/03/2015 17:01, Eric Charles (JIRA) a écrit : > > [ > https://issues.apache.org/jira/browse/MAILBOX-213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedC

Re: [jira] [Commented] (MAILBOX-215) Create a pth locker that does not lock anything

2015-03-08 Thread Benoit Tellier
Same thing. I will do that tomorrow. Le 08/03/2015 17:02, Eric Charles (JIRA) a écrit : > > [ > https://issues.apache.org/jira/browse/MAILBOX-215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14352114#comment-14352114 > ] > > Eric Charles commented

[jira] [Commented] (JAMES-1518) Allows non-ASCII characters in MIME mail headers

2015-03-08 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14352162#comment-14352162 ] Eric Charles commented on JAMES-1518: - Any additional inputs on this? > Allows non-AS

[jira] [Commented] (MAILBOX-155) Add elasticsearch based search index

2015-03-08 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14352159#comment-14352159 ] Eric Charles commented on MAILBOX-155: -- Patch fails on trunk. Can you rebase and reu

[jira] [Commented] (MAILBOX-208) Improve Cassandra Mailbox

2015-03-08 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14352156#comment-14352156 ] Eric Charles commented on MAILBOX-208: -- Are the implemented functionalities abstract

Re: Questions about rights to perform IMAP quota commands defined in RFC 2087

2015-03-08 Thread Eric Charles
There were patches contributed (but not committed) to support the QUOTA extensions. You may find there interesting information. On 01/21/2015 10:35 AM, Benoit Tellier wrote: > Hi , > > As said before, I was asked to add support for quotas in James. I am not > a fan of the existing matchers that ha

[jira] [Resolved] (JAMES-1569) LDAP group authentication filter to authenticate users by LDAP group

2015-03-08 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles resolved JAMES-1569. - Resolution: Fixed Fix Version/s: (was: 3.0-beta4) Assignee: Eric Charles Patch

svn commit: r1665049 - /james/server/trunk/data/data-ldap/src/main/java/org/apache/james/user/ldap/ReadOnlyUsersLDAPRepository.java

2015-03-08 Thread eric
Author: eric Date: Sun Mar 8 16:40:46 2015 New Revision: 1665049 URL: http://svn.apache.org/r1665049 Log: LDAP group authentication filter to authenticate users, patch contributed by Robert Munn (JAMES-1569) Modified: james/server/trunk/data/data-ldap/src/main/java/org/apache/james/user/ld

[jira] [Resolved] (JAMES-1568) Incorrect reporting of sending SMTP server hostname to receiving SMTP server

2015-03-08 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles resolved JAMES-1568. - Resolution: Fixed Fix Version/s: 3.0.0-beta5 Assignee: Eric Charles Patch committe

svn commit: r1665046 - /james/server/trunk/mailet/mailets/src/main/java/org/apache/james/transport/mailets/RemoteDelivery.java

2015-03-08 Thread eric
Author: eric Date: Sun Mar 8 16:06:56 2015 New Revision: 1665046 URL: http://svn.apache.org/r1665046 Log: Incorrect reporting of sending SMTP server hostname, patch contributed by Robert Munn (JAMES-1568) Modified: james/server/trunk/mailet/mailets/src/main/java/org/apache/james/transport/

[jira] [Commented] (MAILBOX-215) Create a pth locker that does not lock anything

2015-03-08 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14352114#comment-14352114 ] Eric Charles commented on MAILBOX-215: -- Any patch for this? > Create a pth locker t

[jira] [Commented] (MAILBOX-214) Cassandra should manage user flags

2015-03-08 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14352113#comment-14352113 ] Eric Charles commented on MAILBOX-214: -- Any patch for this? > Cassandra should mana

[jira] [Commented] (MAILBOX-213) Cassandra errors in messages counters

2015-03-08 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14352110#comment-14352110 ] Eric Charles commented on MAILBOX-213: -- Any patch for this? > Cassandra errors in m

[jira] [Resolved] (MAILBOX-210) A data race is possible with Cassandra UID generation

2015-03-08 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles resolved MAILBOX-210. -- Resolution: Fixed Fix Version/s: 0.6 Assignee: Eric Charles Patch committed. Th

svn commit: r1665004 - /james/mailbox/trunk/cassandra/src/main/java/org/apache/james/mailbox/cassandra/mail/CassandraUidProvider.java

2015-03-08 Thread eric
Author: eric Date: Sun Mar 8 14:39:18 2015 New Revision: 1665004 URL: http://svn.apache.org/r1665004 Log: A data race is possible with Cassandra UID generation, patch contributed by Benoit Tellier (MAILBOX-210) Modified: james/mailbox/trunk/cassandra/src/main/java/org/apache/james/mailbox/

[jira] [Commented] (MAILBOX-209) A data race is possible with Cassandra modseq generation

2015-03-08 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14352063#comment-14352063 ] Eric Charles commented on MAILBOX-209: -- Can you rebase on latest trunk (uploaded pat

[jira] [Resolved] (MAILBOX-207) Bug on Cassandra flag update

2015-03-08 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-207?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles resolved MAILBOX-207. -- Resolution: Fixed Assignee: Eric Charles Committed in trunk, thx Benoit. > Bug on Cassan

[jira] [Resolved] (MAILBOX-206) Data races are possible while updating flags in Cassandra

2015-03-08 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles resolved MAILBOX-206. -- Resolution: Fixed Assignee: Eric Charles Committed in trunk, thx Benoit. > Data races ar

svn commit: r1664983 - in /james/mailbox/trunk/cassandra/src: main/java/org/apache/james/mailbox/cassandra/ main/java/org/apache/james/mailbox/cassandra/mail/ main/java/org/apache/james/mailbox/cassan

2015-03-08 Thread eric
Author: eric Date: Sun Mar 8 12:09:42 2015 New Revision: 1664983 URL: http://svn.apache.org/r1664983 Log: Data races are possible while updating flags in Cassandra, patch provided by Benoit Tellier (MAILBOX-206) Modified: james/mailbox/trunk/cassandra/src/main/java/org/apache/james/mailbox

[jira] [Resolved] (MAILBOX-205) Messages get copied instead of moved when moveBatchSize is set in StoreMailboxManager

2015-03-08 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles resolved MAILBOX-205. -- Resolution: Fixed Fix Version/s: 0.6 Patch committed, Thx Benoit. > Messages get copied

svn commit: r1664979 - /james/mailbox/trunk/store/src/main/java/org/apache/james/mailbox/store/StoreMailboxManager.java

2015-03-08 Thread eric
Author: eric Date: Sun Mar 8 12:03:22 2015 New Revision: 1664979 URL: http://svn.apache.org/r1664979 Log: Messages get copied instead of moved, patch contributed by Benoit Tellier (MAILBOX-205) Modified: james/mailbox/trunk/store/src/main/java/org/apache/james/mailbox/store/StoreMailboxMan

[jira] [Assigned] (MAILBOX-205) Messages get copied instead of moved when moveBatchSize is set in StoreMailboxManager

2015-03-08 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Charles reassigned MAILBOX-205: Assignee: Eric Charles > Messages get copied instead of moved when moveBatchSize is set in

Re: [PATCH] PatternSyntaxException in MailboxQuery

2015-03-08 Thread Eric Charles
Thx. Can you upload your patch on https://issues.apache.org/jira/browse/JAMES-1566 On 01/13/2015 04:53 PM, Thomas Söhngen wrote: > Hi all, > > I encountered a bug in the MailboxQuery class, posted as the following > ticket: https://issues.apache.org/jira/browse/JAMES-1566 . It occures > for folde

[jira] [Commented] (JAMES-1566) PatternSyntaxException in MailboxQuery

2015-03-08 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14352008#comment-14352008 ] Eric Charles commented on JAMES-1566: - You mean there is an issue if i create a folde

[jira] [Commented] (PROTOCOLS-107) POP3 APOP not handled although APOP capa advertised

2015-03-08 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/PROTOCOLS-107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14352007#comment-14352007 ] Eric Charles commented on PROTOCOLS-107: Thx for reporting this. Any patch for

[jira] [Commented] (JAMES-1563) Switch to Maven3

2015-03-08 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14352006#comment-14352006 ] Eric Charles commented on JAMES-1563: - What about swiching directly to mvn3 by default