Re: IMAP Library question

2015-02-28 Thread Eric Charles
(late reply...) you can use James IMAP as standalone library http://james.apache.org/protocols/imap4.html https://svn.apache.org/repos/asf/james/protocols/trunk/imap/ On 12/04/2014 12:15 PM, David Salvador wrote: Hello everyone, I need to develop a Storage Server that uses IMAP as

Re: My custom mailbox won't show headers in Outlook

2015-02-28 Thread Eric Charles
(late reply...) If JPA/Maildir... works with Outook, I guess there is something to fix in your custom mailbox implementation. On 12/01/2014 10:58 AM, Thomas Söhngen wrote: Hi James Community, I am working on a mailbox that connects to a custom store. That store has its own format to save

[jira] [Commented] (JAMES-1564) Multiple custom mailets not getting processed

2015-02-28 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14342018#comment-14342018 ] Eric Charles commented on JAMES-1564: - So you are talking about mailets your developed

Re: [PATCH] Fix CassandraModSeqProvider

2015-02-28 Thread Eric Charles
Can you attach the patch on a jira for review ? (if not yet done) On 12/17/2014 07:05 PM, Benoit Tellier wrote: Hi, I found in the current Cassandra implementation a possible data race during modseq generation. It is located in james-mailbox project and in cassandra subproject. The

Re: [PATCH] : Fix CassandraUidProvider

2015-02-28 Thread Eric Charles
Can you attach the patch on a jira for review ? (if not yet done) On 12/17/2014 07:19 PM, Benoit Tellier wrote: Hi, I found a possible data race on uid generation, in Cassandra's james-mailbox subproject. The problem appears when nextUid is called for the first time ( the last generated

Re: [PATCH] Improve Cassandra Mailbox implementation

2015-02-28 Thread Eric Charles
Can you attach the patch on a jira for review ? (if not yet done) On 12/17/2014 07:40 PM, Benoit Tellier wrote: Hi, I implemented several improvments for the Cassandra mailbox. It includes : - A CassandraGroupMembershipResolver : a distributed Group Membership resolver using Cassandra as

Re: MAILBOX-207 : failing test

2015-02-28 Thread Eric Charles
Can you attach the patch on a jira for review ? (if not yet done) On 12/19/2014 06:10 PM, Benoit Tellier wrote: Hi, You will find as an attachement a patch containing failing test ( issue spotted in MAILBOX-207 ). I will provide an other patch solving the issue as soon as possible.

Re: Failing test for MAILBOX-206

2015-02-28 Thread Eric Charles
MAILBOX-206 does not have the patch. Can you attach it there? On 12/22/2014 09:53 AM, Benoit Tellier wrote: Hi, You will found as an attachment a patch containing a failing test, corresponding to MAILBOX-206. It simply launches in two different threads an update on messages flags, on

Re: [PATCH] MAILBOX-205

2015-02-28 Thread Eric Charles
Can you attach the patch on a jira for review ? (if not yet done) On 12/18/2014 04:20 PM, Benoit Tellier wrote: Hi, I was working on MAILBOX-146 https://issues.apache.org/jira/browse/MAILBOX-146 to add a batch size where needed in the StoreMessageManager ( setFlags, deleteMarkedInMailbox,

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

2015-02-28 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-206?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14342037#comment-14342037 ] Eric Charles commented on MAILBOX-206: -- the diff is done for folder james-mailbox.

[jira] [Commented] (JAMES-1565) Domain list is case sensitive

2015-02-28 Thread Eric Charles (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-1565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14342039#comment-14342039 ] Eric Charles commented on JAMES-1565: - If I remember well, this is fixed in trunk (not

Re: [PATCH] MAILET-93

2015-02-28 Thread Eric Charles
Please attach it on MAILET-93 On 12/22/2014 04:49 PM, Benoit Tellier wrote: Hi, For my tests on custom matchers and mailets I need to set the sender address of a FakeMail. I guess this can be a common need for many people. You will find attached to this mail a patch that simply add a setter

Re: Cassandra mailbox improvement

2015-02-28 Thread Eric Charles
If it is not yet attached to a JIRA, please open a new one and upload the patch there. On 11/25/2014 01:02 PM, Benoit Tellier wrote: Hi, Here comes a first patch, implementing quota management over cassandra. It is like the quota implemented in the store, but stored in Cassandra. Regards,