Bernhard Huber wrote:
hi,
fyi i'm just working on MailGenerator, as there are some other people working on this kind of stuff, i'd like to describe the solution
i'm working on:

1. a MailContentHandlerDelegate marshal javamail objects like
folder, messages to xml
using namespace http://org.apache/cocoon/mail/1.0
Probably a typo, but you might want to use

 http://apache.org/cocoon/mail/1.0

instead.

2. the javamail objects are created in reaction to
a request parameter named 'cmd'
cmd = list-folder-messages --> list all messages of a folder,
  headers only
cmd = cat-message-by-uid --> list message header plus its content

3. in the sitemap the RequestParameterSelector chooses depending
on the cmd the right stylesheet for converting the marshalled javamail
xml document to the apache document-v10,

4. A http session holds a MailContext object which stores mail
session, mail store, and folders

that's just a short summary, still some work to do....
how scalable is it going to be? I mean, how much stuff do you hold in memory?

--
Stefano Mazzocchi <[EMAIL PROTECTED]>
--------------------------------------------------------------------



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to