Re: NoSQL backend for James

2011-09-23 Thread Robert Burrell Donkin
On Fri, Sep 23, 2011 at 12:30 PM, Pepijn de Vos wrote: > Looking at memory, I see mappers and providers, what do these terms imply? > > Now, I would think another mailbox would look similar to this one, because > they do the same thing, right? The mailbox API is an adaption layer abstracting qui

svn commit: r1174965 - /james/mailbox/trunk/store/src/main/java/org/apache/james/mailbox/store/StoreMessageManager.java

2011-09-23 Thread rdonkin
Author: rdonkin Date: Fri Sep 23 19:32:41 2011 New Revision: 1174965 URL: http://svn.apache.org/viewvc?rev=1174965&view=rev Log: Improved error reporting in logging by removing unnecessary rethrowing of MailboxException. Modified: james/mailbox/trunk/store/src/main/java/org/apache/james/mai

Re: [PROPOSAL] Replacing RemoteDelivery (LONGTERM)

2011-09-23 Thread Robert Burrell Donkin
On Sun, Sep 11, 2011 at 6:44 PM, Norman Maurer wrote: > Hi there, > > I think its time to finally get rid of javamail for sending emails via > SMTP / SMTPS and use something more performant / better suited for > heavy usage. javamail just sucks in many ways for SMTP Delivery in a > way that a real

svn commit: r1174812 - in /james/hupa/trunk: client/src/main/java/org/apache/hupa/client/mvp/ server/src/main/java/org/apache/hupa/server/ server/src/main/java/org/apache/hupa/server/mock/ shared/src/

2011-09-23 Thread felixk
Author: felixk Date: Fri Sep 23 14:32:46 2011 New Revision: 1174812 URL: http://svn.apache.org/viewvc?rev=1174812&view=rev Log: Some small performance improvements Modified: james/hupa/trunk/client/src/main/java/org/apache/hupa/client/mvp/IMAPMessageListView.java james/hupa/trunk/server

Hupa - Demo mode ?

2011-09-23 Thread Felix Knecht
Hi all According to HUPA-25 [1] there should be a running demo of hupa at [2]. It isn't - I know, it's an open issue. Why I come to this? I found several classes in the productive (not test) part in the server module to enable running the demo. I wonder if there's really a need to 'pollute'

svn commit: r1174671 - /james/protocols/trunk/smtp/src/main/java/org/apache/james/protocols/smtp/core/DataCmdHandler.java

2011-09-23 Thread norman
Author: norman Date: Fri Sep 23 11:36:28 2011 New Revision: 1174671 URL: http://svn.apache.org/viewvc?rev=1174671&view=rev Log: Allow to overwrite MailEnvelope creation Modified: james/protocols/trunk/smtp/src/main/java/org/apache/james/protocols/smtp/core/DataCmdHandler.java Modified: jam

svn commit: r1174670 - /james/protocols/trunk/smtp/src/main/java/org/apache/james/protocols/smtp/MailEnvelopeImpl.java

2011-09-23 Thread norman
Author: norman Date: Fri Sep 23 11:32:55 2011 New Revision: 1174670 URL: http://svn.apache.org/viewvc?rev=1174670&view=rev Log: Fix MailEnvelopeImpl outputstream creation Modified: james/protocols/trunk/smtp/src/main/java/org/apache/james/protocols/smtp/MailEnvelopeImpl.java Modified: jame

Re: NoSQL backend for James

2011-09-23 Thread Pepijn de Vos
Looking at memory, I see mappers and providers, what do these terms imply? Now, I would think another mailbox would look similar to this one, because they do the same thing, right? Looking at jpa, I suddenly see manager classes added to the mix, and in general just twice as many classes. Are th

[jira] [Created] (HUPA-78) Dialog to accept certificate when using imaps

2011-09-23 Thread Felix Knecht (JIRA)
Dialog to accept certificate when using imaps - Key: HUPA-78 URL: https://issues.apache.org/jira/browse/HUPA-78 Project: JAMES Hupa Issue Type: Improvement Affects Versions: 0.1 Enviro

svn commit: r1174647 - /james/protocols/trunk/smtp/src/main/java/org/apache/james/protocols/smtp/core/DataLineMessageHookHandler.java

2011-09-23 Thread norman
Author: norman Date: Fri Sep 23 10:53:15 2011 New Revision: 1174647 URL: http://svn.apache.org/viewvc?rev=1174647&view=rev Log: Allow to extend this class and handle FutureResponse Modified: james/protocols/trunk/smtp/src/main/java/org/apache/james/protocols/smtp/core/DataLineMessageHookHand

Re: NoSQL backend for James

2011-09-23 Thread Ioan Eugen Stan
2011/9/23 Pepijn de Vos : > Has anything like this happened? Hello Pepjin, > > I got James running, but I tried to look at the source with a regular text > editor, and couldn't really figure out where stuff comes from an what it > does. Does it help to use a Java IDE? To me everything looks like

Re: NoSQL backend for James

2011-09-23 Thread Pepijn de Vos
Has anything like this happened? I got James running, but I tried to look at the source with a regular text editor, and couldn't really figure out where stuff comes from an what it does. Does it help to use a Java IDE? To me everything looks like AbstractSingletonProxyFactoryBeans[1] Pepijn [

svn commit: r1174611 - /james/hupa/trunk/server/src/main/java/org/apache/hupa/server/handler/FetchFoldersHandler.java

2011-09-23 Thread felixk
Author: felixk Date: Fri Sep 23 09:29:47 2011 New Revision: 1174611 URL: http://svn.apache.org/viewvc?rev=1174611&view=rev Log: Fetch and create folders recursive (HUPA-77) Modified: james/hupa/trunk/server/src/main/java/org/apache/hupa/server/handler/FetchFoldersHandler.java Modified: jam

svn commit: r1174609 - /james/hupa/trunk/shared/src/main/java/org/apache/hupa/shared/rpc/FetchFoldersResult.java

2011-09-23 Thread felixk
Author: felixk Date: Fri Sep 23 09:28:50 2011 New Revision: 1174609 URL: http://svn.apache.org/viewvc?rev=1174609&view=rev Log: Use interface instead of specific implementation (HUPA-77) Do toString recursive Modified: james/hupa/trunk/shared/src/main/java/org/apache/hupa/shared/rpc/FetchFol

svn commit: r1174608 - /james/hupa/trunk/server/src/test/java/org/apache/hupa/server/handler/FetchFoldersHandlerTest.java

2011-09-23 Thread felixk
Author: felixk Date: Fri Sep 23 09:27:15 2011 New Revision: 1174608 URL: http://svn.apache.org/viewvc?rev=1174608&view=rev Log: Skip test (see comment inline) (HUPA-77) Modified: james/hupa/trunk/server/src/test/java/org/apache/hupa/server/handler/FetchFoldersHandlerTest.java Modified: jam

svn commit: r1174607 - in /james/hupa/trunk/client/src/main/java/org/apache/hupa/client/mvp: MainPresenter.java MainView.java

2011-09-23 Thread felixk
Author: felixk Date: Fri Sep 23 09:25:52 2011 New Revision: 1174607 URL: http://svn.apache.org/viewvc?rev=1174607&view=rev Log: Use interface instaed of specific implementation (HUPA-77) Modified: james/hupa/trunk/client/src/main/java/org/apache/hupa/client/mvp/MainPresenter.java james/

svn commit: r1174606 - /james/protocols/trunk/smtp/src/main/java/org/apache/james/protocols/smtp/core/DataLineMessageHookHandler.java

2011-09-23 Thread norman
Author: norman Date: Fri Sep 23 09:24:36 2011 New Revision: 1174606 URL: http://svn.apache.org/viewvc?rev=1174606&view=rev Log: Allow to extend this class Modified: james/protocols/trunk/smtp/src/main/java/org/apache/james/protocols/smtp/core/DataLineMessageHookHandler.java Modified: james