(moving on list from https://issues.apache.org/jira/browse/JAMES-760)
TorqueMimeMessage uses a byte arrays for the message bodies and the MimeMessage is completely built up before being returned. this is great when you want to do mailet processing but is more resource hungry (when using a protocol such as IMAP) than simply pushing the data down the pipe to the client without using a byte array. - robert --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
