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

2015-03-09 Thread Tellier Benoit (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14352775#comment-14352775 ] Tellier Benoit commented on MAILBOX-208: - Group Membership is API defined. -

[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-tabpanelfocusedCommentId=14352156#comment-14352156 ] Eric Charles commented on MAILBOX-208: -- Are the implemented functionalities

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