Stefano Bagnara schrieb:
> Joachim Draeger wrote:
>> Am Samstag, den 13.01.2007, 16:30 + schrieb robert burrell donkin:
>>> (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 comple
Stefano Bagnara wrote:
> robert burrell donkin wrote:
> > On 1/13/07, Joachim Draeger <[EMAIL PROTECTED]> wrote:
> >> This could be perfectly done when you are reading the data
> from file
> >> system, as it is planned for the future. The optimal way
> is just passing
> >> over the InputStream, of
robert burrell donkin wrote:
On 1/13/07, Joachim Draeger <[EMAIL PROTECTED]> wrote:
This could be perfectly done when you are reading the data from file
system, as it is planned for the future. The optimal way is just passing
over the InputStream, of course.
AFAIK current JDBC drivers (except or
On 1/13/07, Joachim Draeger <[EMAIL PROTECTED]> wrote:
Am Samstag, den 13.01.2007, 16:30 + schrieb robert burrell donkin:
> (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
Joachim Draeger wrote:
Am Samstag, den 13.01.2007, 16:30 + schrieb robert burrell donkin:
(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
Am Samstag, den 13.01.2007, 16:30 + schrieb robert burrell donkin:
> (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