hi,
<snip/>
I'm very interested. It's something I had in my mind since long time ago. I still haven't figured out exactly, however, if it's better to have a Generator or a Source (using the Mozilla Imap URI scheme) for IMAP: I tend to prefer the second, but I really don't know what's best.

I think that accessing IMAP/javamail store is very similiar
to accessing a database from an abstract point of view.

you queryfolders or messages (SQL select)
you select message headers, message contents (SQL select)
you copy messages to other folders (SQL insert)
you query message content, setting read flag implictly (SQL update)
you remove message, folder (SQL delete)
you create new folders (SQL create)

Thus like for the SQL stuff in Cocoon
some features will reside in
* action
* generator
* transformer

bye bernhard




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

Reply via email to