Re: GSoC hbase-mailbox final status

2011-08-22 Thread Eric Charles
(2nd try, first didn't succeed) Hi Ioan, On 22/08/11 22:25, Ioan Eugen Stan wrote: Hello everybody, I have been busy today and didn't have time to finish all the work so now there are still 6 failing integration tests out of 291. I hope to solve them quick. In the meantime I just committed the

Re: GSoC hbase-mailbox final status

2011-08-22 Thread Eric Charles
Hi Ioan, On 22/08/11 22:25, Ioan Eugen Stan wrote: Hello everybody, I have been busy today and didn't have time to finish all the work so now there are still 6 failing integration tests out of 291. I hope to solve them quick. In the meantime I just committed the code that I wish to send to GSoC

GSoC hbase-mailbox final status

2011-08-22 Thread Ioan Eugen Stan
Hello everybody, I have been busy today and didn't have time to finish all the work so now there are still 6 failing integration tests out of 291. I hope to solve them quick. In the meantime I just committed the code that I wish to send to GSoC. I hope it's not too late. The last hour modificatio

[jira] [Resolved] (IMAP-332) Use raw message header in FETCH if possible to build the response

2011-08-22 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/IMAP-332?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved IMAP-332. Resolution: Fixed > Use raw message header in FETCH if possible to build the response > -

[jira] [Resolved] (MAILBOX-115) Allow to acces raw message header without parsing it

2011-08-22 Thread Norman Maurer (JIRA)
[ https://issues.apache.org/jira/browse/MAILBOX-115?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Norman Maurer resolved MAILBOX-115. --- Resolution: Fixed > Allow to acces raw message header without parsing it > -

Re: NoSQL backend for James

2011-08-22 Thread Robert Burrell Donkin
On Mon, Aug 15, 2011 at 8:32 PM, Pepijn de Vos wrote: > I'm still not sure what to think of the REST API. Do you want to have a IMAP > 'replacement' that is RESTful, or just an abstraction over a simple key-value > store? (I just realized that, in a way, a CouchDB mailbox is already a REST >

Re: NoSQL backend for James

2011-08-22 Thread Robert Burrell Donkin
On Sun, Aug 21, 2011 at 10:06 PM, Pepijn de Vos wrote: > Wait, so this means there should be a *zip* inside the target dir? I only > have a jar. > > I can't see anything wrong with the build, but this is the output: > http://pastebin.com/7mrdseTA > > I hope someone can help me to get to a state

[jira] [Created] (IMAP-332) Use raw message header in FETCH if possible to build the response

2011-08-22 Thread Norman Maurer (JIRA)
Use raw message header in FETCH if possible to build the response - Key: IMAP-332 URL: https://issues.apache.org/jira/browse/IMAP-332 Project: JAMES Imap Issue Type: Improvement

[ANNOUNCEMENT] Apache James 3.0-beta3 Released

2011-08-22 Thread Robert Burrell Donkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 The Apache James team[1] is happy to announce the release of Apache James 3.0-beta3, an advanced component based mail server. Serve POP3, IMAP and SMTP from this extensible and modular platform featuring Mailet[2] and SIEVE[3] processing. Read

svn commit: r1160200 - in /james/server/trunk: imapserver/src/main/java/org/apache/james/imapserver/netty/ pop3server/src/main/java/org/apache/james/pop3server/core/

2011-08-22 Thread norman
Author: norman Date: Mon Aug 22 10:51:10 2011 New Revision: 1160200 URL: http://svn.apache.org/viewvc?rev=1160200&view=rev Log: Use the raw message header for TOP and RETR response. See MAILBOX-115 Modified: james/server/trunk/imapserver/src/main/java/org/apache/james/imapserver/netty/Channe

svn commit: r1160199 - in /james/mailbox/trunk/api/src/main/java/org/apache/james/mailbox: Content.java MimeDescriptor.java

2011-08-22 Thread norman
Author: norman Date: Mon Aug 22 10:50:05 2011 New Revision: 1160199 URL: http://svn.apache.org/viewvc?rev=1160199&view=rev Log: Allow to access raw message header without parsing it. This will give us some possibilities to improve performance in imap and pop3. See MAILBOX-115 Modified: james

Re: Questions about JMX interface and James 3.0 beta2

2011-08-22 Thread Eric Charles
Hi Sai, The very good news is that you took backup from M3-SNAPSHOT JPA to maildir. An additional good news is that you would configure M3-SNAPSHOT to work with that backuped version (simply read mailboxes for example). If you can access that backuped maildir version with your M3-SNAPSHOT, I

svn commit: r1160196 - in /james/imap/trunk: message/src/main/java/org/apache/james/imap/encode/ message/src/main/java/org/apache/james/imap/encode/base/ message/src/main/java/org/apache/james/imap/ma

2011-08-22 Thread norman
Author: norman Date: Mon Aug 22 10:40:07 2011 New Revision: 1160196 URL: http://svn.apache.org/viewvc?rev=1160196&view=rev Log: Use the raw message header if possible when build the FETCH response. See MAILBOX-115 and IMAP-332 Added: james/imap/trunk/processor/src/main/java/org/apache/james

Re: Questions about JMX interface and James 3.0 beta2

2011-08-22 Thread Saibabu Vallurupalli
Hi Eric, You remembered correct. Last time I was trying to copy mails from JPA to JCR and JCR to JPA and was not successful on Windows. So, We have got a linux environment and trying to use maildir functionality. I was successful in taking backup from JPA to MailDir on Linux (CentOs). Now, I am t

svn commit: r1160168 - in /james/mailbox/trunk/store/src/main/java/org/apache/james/mailbox/store: MessageResultImpl.java streaming/FullByteContent.java streaming/InputStreamContent.java

2011-08-22 Thread norman
Author: norman Date: Mon Aug 22 09:55:47 2011 New Revision: 1160168 URL: http://svn.apache.org/viewvc?rev=1160168&view=rev Log: Allow to access raw message header without parsing it. This will give us some possibilities to improve performance in imap and pop3. See MAILBOX-115 Modified: jame

Re: Apache James 3.0-beta3

2011-08-22 Thread Eric Charles
I finally opened https://issues.apache.org/jira/browse/INFRA-3869 Now announced on: Blog:https://blogs.apache.org/james/entry/apache_james_server_3_0 Tweet: https://twitter.com/#!/ApacheJames/status/105554576597458944 Enjoy :) On 22/08/11 08:40, Eric Charles wrote: From Belgium, depending on

svn commit: r1160138 - /james/server/trunk/README.txt

2011-08-22 Thread eric
Author: eric Date: Mon Aug 22 08:14:39 2011 New Revision: 1160138 URL: http://svn.apache.org/viewvc?rev=1160138&view=rev Log: Fix server README Modified: james/server/trunk/README.txt Modified: james/server/trunk/README.txt URL: http://svn.apache.org/viewvc/james/server/trunk/README.txt?rev