Posted By:
Laurent_Michot
Posted On:
Thursday, May 31, 2001 02:00 AM
I'm developping a signed applet using Javamail. There is no pb with ie. But with Netscape, whatever is the message type (text/plain, multipart ..etc) the getContent method returns a byteArrayInputStream instead of a String for a text/plain msg or a MimeMultipart for a multipart msg for example. I'm sure that messages are well formed, the getContentType method works normally ...
Thanks in advance for any help
Laurent