----- Original Message ----- From: "Stefano Bagnara" <[EMAIL PROTECTED]>

1) There are NPE problems when you have messages with no encoding

2) It furthermore changes the headers of mime parts without calling a new setContent.

Once you workaround to the enconding issue by manually checking that each message has an encoding, you will find that output messages have updated headers but UNCHANGED contents.

So you end up sending quotedprintable content with 8bit/text-plain headers (corrupted) and viceversa.

All works fine when you create the message from scratch and not from inputstreams.

So the bug is that if you turn 8bit support on you have to check if an incoming message as encoding information?

And is this bug confirmed by Sun?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to