MailboxManager
(http://svn.apache.org/repos/asf/james/server/trunk/core-library/src/main/java/org/apache/james/mailboxmanager/manager/MailboxManager.java)
contains a list method returning an array of ListResult:
/**
*
* @param base
*hierarchy starting point like #ma
https://issues.apache.org/jira/browse/JAMES-734 discusses the general
design of the API
one major issue for IMAP ATM is that when FETCHing a large quantity of
data, all that data has to be loaded into memory and then the full
result created in a StringBuffer before the output begins. this uses a
l
On 11/2/07, Norman Maurer <[EMAIL PROTECTED]> wrote:
> B) +1
+1
--
Serge Knystautas
Lokitech >> software . strategy . design >> http://www.lokitech.com
p. 301.656.5501
e. [EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTE
On 11/5/07, Paulo Sergio <[EMAIL PROTECTED]> wrote:
>
> Hi Robert,
>
> On 11/5/07, Robert Burrell Donkin <[EMAIL PROTECTED]> wrote:
> >
> > On Nov 4, 2007 8:21 PM, Paulo Sergio <[EMAIL PROTECTED]> wrote:
> > > Hi all,
> >
> > hi paulo
> >
> > > i've been following the discussion and i would like
Hi Robert,
On 11/5/07, Robert Burrell Donkin <[EMAIL PROTECTED]> wrote:
>
> On Nov 4, 2007 8:21 PM, Paulo Sergio <[EMAIL PROTECTED]> wrote:
> > Hi all,
>
> hi paulo
>
> > i've been following the discussion and i would like to give my
> opinion
> > (although i'm not an expert).
> > i think we ar
On Nov 4, 2007 8:21 PM, Paulo Sergio <[EMAIL PROTECTED]> wrote:
> Hi all,
hi paulo
> i've been following the discussion and i would like to give my opinion
> (although i'm not an expert).
> i think we are forgetting an important thing, we are designing an API
> thinking about the existent prot
On Nov 4, 2007 11:37 PM, Stefano Bagnara <[EMAIL PROTECTED]> wrote:
> Robert Burrell Donkin ha scritto:
> > On Nov 2, 2007 12:54 AM, Stefano Bagnara <[EMAIL PROTECTED]> wrote:
> >> Robert Burrell Donkin ha scritto:
> Maybe the problem is that I don't know what the MailboxManager
> resp
On Nov 5, 2007 12:03 PM, Stefano Bagnara <[EMAIL PROTECTED]> wrote:
> Robert Burrell Donkin ha scritto:
> > On Nov 5, 2007 9:01 AM, Stefano Bagnara <[EMAIL PROTECTED]> wrote:
> >> Is it only metadata+headers or they also ask something about bodies
> >> (excluding length) during the opening?
> >
> >
On Nov 4, 2007 11:13 PM, Stefano Bagnara <[EMAIL PROTECTED]> wrote:
> Robert Burrell Donkin ha scritto:
> > [...]
> > given a MimeMessage, i do not know how to determine whether the lines
> > have been corrected as per RFC822 or not. ATM the MailboxAPI assumes
> > that the mssage has not been norma
Author: bago
Date: Mon Nov 5 07:19:00 2007
New Revision: 592039
URL: http://svn.apache.org/viewvc?rev=592039&view=rev
Log:
Added "required" foundation links to our main menu.
Modified:
james/project/trunk/project/src/site/site.xml
Modified: james/project/trunk/project/src/site/site.xml
URL:
Robert Burrell Donkin ha scritto:
> On Nov 5, 2007 9:01 AM, Stefano Bagnara <[EMAIL PROTECTED]> wrote:
>> Is it only metadata+headers or they also ask something about bodies
>> (excluding length) during the opening?
>
> the meta-data includes information about the structure body content
> includin
Robert Burrell Donkin ha scritto:
> On Nov 4, 2007 10:57 PM, Stefano Bagnara <[EMAIL PROTECTED]> wrote:
>> Robert Burrell Donkin ha scritto:
>>> MimeMessages are expensive to create.
>> I see you wrote this twice in 2 messages: have you measured it? I never
>> ran a real benchmark but I know MimeMe
Author: rdonkin
Date: Mon Nov 5 02:22:47 2007
New Revision: 591949
URL: http://svn.apache.org/viewvc?rev=591949&view=rev
Log:
Factored out interface for composer. Design seems a little overengineered now
but an interface makes mocking easier.
Added:
james/server/trunk/imap-codec-library/sr
On Nov 4, 2007 10:57 PM, Stefano Bagnara <[EMAIL PROTECTED]> wrote:
> Robert Burrell Donkin ha scritto:
> > MimeMessages are expensive to create.
>
> I see you wrote this twice in 2 messages: have you measured it? I never
> ran a real benchmark but I know MimeMessage sources and the way we
> subcla
On Nov 5, 2007 9:01 AM, Stefano Bagnara <[EMAIL PROTECTED]> wrote:
> Robert Burrell Donkin ha scritto:
> > in order to create a usable IMAP server, reading meta-data must be
> > very fast and reading normal (non-MIME) mail fast. to create an IMAP
> > server which will run on a machine of moderate p
Robert Burrell Donkin ha scritto:
> in order to create a usable IMAP server, reading meta-data must be
> very fast and reading normal (non-MIME) mail fast. to create an IMAP
> server which will run on a machine of moderate power, meta-data
> reading and normal message reading must not consume a lot
On Nov 4, 2007 11:21 PM, Stefano Bagnara <[EMAIL PROTECTED]> wrote:
> Robert Burrell Donkin ha scritto:
> > On Nov 2, 2007 7:22 PM, Robert Burrell Donkin
> > <[EMAIL PROTECTED]> wrote:
> >> On Nov 2, 2007 12:34 AM, Stefano Bagnara <[EMAIL PROTECTED]> wrote:
> >>> Robert Burrell Donkin ha scritto:
>
On Nov 4, 2007 11:30 PM, Stefano Bagnara <[EMAIL PROTECTED]> wrote:
> Robert Burrell Donkin ha scritto:
> >> I've not even investigated this option, but before thinking what the
> >> real problems could be I want to be sure I'm understanding what you
> >> propose!
> >
> > messages are typically re
18 matches
Mail list logo