svn commit: r593751 - in /james/server/trunk: ./ build-tools/ phoenix-deployment/ stage/commons-io/ stage/commons-io/jars/ stage/commons-io/pom/ stage/org.apache.james/jars/ stage/org.apache.james/pom

2007-11-09 Thread rdonkin
Author: rdonkin Date: Fri Nov 9 23:59:09 2007 New Revision: 593751 URL: http://svn.apache.org/viewvc?rev=593751&view=rev Log: Added Mime4J SNAPSHOT for use in IMAP. Added: james/server/trunk/stage/commons-io/ james/server/trunk/stage/commons-io/jars/ james/server/trunk/stage/commons-

[site] maven site is broken for JAMES server

2007-11-09 Thread Robert Burrell Donkin
the maven site generation for JAMES server is broken for me. it seems that the master stage directory is not longer included. anyone know why? - robert [EMAIL PROTECTED] /opt/development/james-workspace $ mvn site [INFO] Scanning for projects... [INFO] Reactor build order: [INFO] Apache JAMES S

svn commit: r593739 - in /james/server/trunk: experimental-seda-imap-function/src/main/java/org/apache/james/experimental/imapserver/encode/writer/ imap-api/src/main/java/org/apache/james/api/imap/ im

2007-11-09 Thread rdonkin
Author: rdonkin Date: Fri Nov 9 22:28:44 2007 New Revision: 593739 URL: http://svn.apache.org/viewvc?rev=593739&view=rev Log: Ported search encoding to new architecture. Added: james/server/trunk/imap-codec-library/src/main/java/org/apache/james/imap/message/response/imap4rev1/server/Search

svn commit: r593667 - in /james/server/trunk: imap-codec-library/src/main/java/org/apache/james/imap/message/response/imap4rev1/legacy/ imap-codec-library/src/main/java/org/apache/james/imapserver/cod

2007-11-09 Thread rdonkin
Author: rdonkin Date: Fri Nov 9 14:02:45 2007 New Revision: 593667 URL: http://svn.apache.org/viewvc?rev=593667&view=rev Log: Remove deprecated classes Removed: james/server/trunk/imap-codec-library/src/main/java/org/apache/james/imap/message/response/imap4rev1/legacy/CloseResponse.java

svn commit: r593652 - in /james/server/trunk/imap-mailbox-processor-function/src/main/java/org/apache/james/imapserver/processor: base/AbstractImapRequestProcessor.java imap4rev1/FetchProcessor.java

2007-11-09 Thread rdonkin
Author: rdonkin Date: Fri Nov 9 13:09:10 2007 New Revision: 593652 URL: http://svn.apache.org/viewvc?rev=593652&view=rev Log: Return messages are they are produced. Modified: james/server/trunk/imap-mailbox-processor-function/src/main/java/org/apache/james/imapserver/processor/base/Abstract

svn commit: r593622 - in /james/server/trunk: core-library/src/main/java/org/apache/james/mailboxmanager/ core-library/src/main/java/org/apache/james/mailboxmanager/impl/ core-library/src/test/java/or

2007-11-09 Thread rdonkin
Author: rdonkin Date: Fri Nov 9 10:48:09 2007 New Revision: 593622 URL: http://svn.apache.org/viewvc?rev=593622&view=rev Log: Prepared for FETCH ENVELOPE implementation by replacing Headers with Header. Added: james/server/trunk/core-library/src/main/java/org/apache/james/mailboxmanager/Mes

Re: [MailboxAPI] MailboxManager.list

2007-11-09 Thread Stefano Bagnara
Robert Burrell Donkin ha scritto: > in order to properly support LIST and LSUB for the default torque > implementation, i've committed a expression parser > (http://svn.apache.org/repos/asf/james/server/trunk/torque-mailboxmanager-function/src/main/java/org/apache/james/mailboxmanager/torque/Mailbo

Re: was: Re: [MailboxManager] API Design

2007-11-09 Thread Robert Burrell Donkin
On Nov 9, 2007 9:22 AM, Paulo Sergio <[EMAIL PROTECTED]> wrote: > Hi Robert, > as i told in the list before i'm working on a R&D project and my goal is to > implement both IMAP IDLE and some notification mechanism my idea is to add a > custom IMAP command to receive the sessionid of the user that s

Re: [MailboxAPI] MailboxManager.list

2007-11-09 Thread Robert Burrell Donkin
On Nov 9, 2007 2:02 PM, Zsombor <[EMAIL PROTECTED]> wrote: > > On 11/9/07, Robert Burrell Donkin <[EMAIL PROTECTED]> wrote: > > > > in order to properly support LIST and LSUB for the default torque > > implementation, i've committed a expression parser > > ( > > http://svn.apache.org/repos/asf/jame

Re: [MailboxAPI] MailboxManager.list

2007-11-09 Thread Zsombor
On 11/9/07, Robert Burrell Donkin <[EMAIL PROTECTED]> wrote: > > in order to properly support LIST and LSUB for the default torque > implementation, i've committed a expression parser > ( > http://svn.apache.org/repos/asf/james/server/trunk/torque-mailboxmanager-function/src/main/java/org/apache/ja

[MailboxAPI] MailboxManager.list

2007-11-09 Thread Robert Burrell Donkin
in order to properly support LIST and LSUB for the default torque implementation, i've committed a expression parser (http://svn.apache.org/repos/asf/james/server/trunk/torque-mailboxmanager-function/src/main/java/org/apache/james/mailboxmanager/torque/MailboxExpression.java). a couple of question

svn commit: r593512 - in /james/server/trunk: core-library/src/main/java/org/apache/james/mailboxmanager/ core-library/src/main/java/org/apache/james/mailboxmanager/manager/ experimental-seda-imap-fun

2007-11-09 Thread rdonkin
Author: rdonkin Date: Fri Nov 9 04:46:58 2007 New Revision: 593512 URL: http://svn.apache.org/viewvc?rev=593512&view=rev Log: IMAP expression parser implementation. LIST and LSUB should now return accurate results. Added: james/server/trunk/torque-mailboxmanager-function/src/main/java/org/

[jira] Commented: (JAMES-734) Let MailboxManager return Lists that could be backed lazyly

2007-11-09 Thread Robert Burrell Donkin (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12541303 ] Robert Burrell Donkin commented on JAMES-734: - Consensus seems to be that Iterators are the best choice. A

Re: [MailboxAPI] List, arrays and memory usage

2007-11-09 Thread Robert Burrell Donkin
On Nov 6, 2007 2:42 PM, Robert Burrell Donkin <[EMAIL PROTECTED]> wrote: > On Nov 6, 2007 2:21 PM, Zsombor <[EMAIL PROTECTED]> wrote: > > On 11/6/07, Stefano Bagnara <[EMAIL PROTECTED]> wrote: > > > > > > Robert Burrell Donkin ha scritto: > > > > https://issues.apache.org/jira/browse/JAMES-734 disc

[jira] Updated: (JAMES-828) Create a rules engine matcher

2007-11-09 Thread Danny Angus (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Danny Angus updated JAMES-828: -- Description: A rules engine matcher would be configured with rules and invoke a rules engine. A wrapper

[jira] Created: (JAMES-828) Create a rules engine matcher

2007-11-09 Thread Danny Angus (JIRA)
Create a rules engine matcher -- Key: JAMES-828 URL: https://issues.apache.org/jira/browse/JAMES-828 Project: James Issue Type: New Feature Components: Matchers/Mailets (bundled) Reporter: D

[jira] Assigned: (JAMES-827) More fault resistent version of MBoxMailRepository

2007-11-09 Thread Danny Angus (JIRA)
[ https://issues.apache.org/jira/browse/JAMES-827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Danny Angus reassigned JAMES-827: - Assignee: Danny Angus > More fault resistent version of MBoxMailRepository > -

Re: was: Re: [MailboxManager] API Design

2007-11-09 Thread Paulo Sergio
Hi Robert, as i told in the list before i'm working on a R&D project and my goal is to implement both IMAP IDLE and some notification mechanism my idea is to add a custom IMAP command to receive the sessionid of the user that should be notified. i just need some way to register all the sessions in

Re: was: Re: [MailboxManager] API Design

2007-11-09 Thread Robert Burrell Donkin
On Nov 7, 2007 10:14 AM, Paulo Sergio <[EMAIL PROTECTED]> wrote: > Hi Gzombor, > > On Nov 5, 2007 5:31 PM, Zsombor <[EMAIL PROTECTED]> wrote: > > > On 11/5/07, Paulo Sergio <[EMAIL PROTECTED]> wrote: > > > > > > Hi Robert, > > > > > > On 11/5/07, Robert Burrell Donkin <[EMAIL PROTECTED]> wrote: > >

Re: [MailboxAPI] Factories Factories Factories

2007-11-09 Thread Robert Burrell Donkin
On Nov 7, 2007 1:38 PM, Danny Angus <[EMAIL PROTECTED]> wrote: > On 06/11/2007, Stefano Bagnara <[EMAIL PROTECTED]> wrote: > > > I think that when you store a message into a mailbox (LocalDelivery) you > > don't have a real user, unless we introduce a "Spooler" or "Remote" user > > to be used in th