Am Donnerstag, den 05.10.2006, 02:34 -0400 schrieb Noel J. Bergman:

> But with one major flaw: it depends upon JavaMail, and JavaMail wants to
> instantiate the MimeMessage.  WE DO NOT NEED A MIMEMESSAGE FOR POP3.  We
> only need the stream. 

I agree. I also don't like the idea of creating a MimeMessage instance
for every backend request. That's why i created MessageResult 
(http://www.joachim-draeger.de/JamesImap/proposal/org/apache/james/messagerepository/MessageResult.html)
as a POJO container containing only the requested results. And yes I
thought about including a stream.

Joachim




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

Reply via email to