> Is it possible to store it into temporary file? Using more memory does not
> guarantee the stability, unless the email size is limited. But this is not
> practical since it reduces James scalability.


There's no way we can control how sun javamail handle our messages.
We should write our own javamail implementation and this is a big work.

We already wrapped the MimeMessage to avoid loading the message when
possible but sometimes javamail will load the message anyway!

What is the mimemessage operation you are calling when you see the
OutOfMemoryError?

Stefano

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

Reply via email to