R: IAIK and james

2003-03-13 Thread Marcello Marangio
Oggetto: RE: IAIK and james Marcello, The workaround for that bug is to call part.setContent() and part.saveChanges(), which James does. The problem I found is that getRawInputStream() does not do the same thing that getInputStream() would do. getRawInputStream() apparently ignores changes

R: IAIK and james

2003-03-12 Thread Marcello Marangio
actually, the problem has nothing to do with james or iaik: it's due to javamail: there is the bug http://developer.java.sun.com/developer/bugParade/bugs/4403733.html whose state is in progress (since Jan 10, 2001). The problem seems to be the handling of the content in a multipart message

Re: R: IAIK and james

2003-03-12 Thread Serge Knystautas
Marcello Marangio wrote: actually, the problem has nothing to do with james or iaik: it's due to javamail: there is the bug http://developer.java.sun.com/developer/bugParade/bugs/4403733.html whose state is in progress (since Jan 10, 2001). The problem seems to be the handling of the content

RE: IAIK and james

2003-03-12 Thread Noel J. Bergman
Subject: R: IAIK and james actually, the problem has nothing to do with james or iaik: it's due to javamail: there is the bug http://developer.java.sun.com/developer/bugParade/bugs/4403733.html whose state is in progress (since Jan 10, 2001). The problem seems to be the handling of the content

IAIK and james

2003-03-11 Thread Marcello Marangio
Hi all I am experiencing a singular problem with james and the iaik jce library. I am trying to: - read an SMIME message, i.e. an smtp message whose content is a multipart/signed - create a brand new textual bodyPart using the secutiry-related information of the SMIME message - attach the new

RE: IAIK and james

2003-03-11 Thread Noel J. Bergman
Even if I try to remove all the BodyParts of the original message, what I get is the original message itself... I know it's a bit weird. Please try James v2.1.3a1. I fixed what may be precisely that defect yesterday, and also posted a bug report to JavaMail. --- Noel