Using Java Mail 1.3 I get the following Exception:
java.lang.SecurityException: class
"javax.mail.internet.HeadersUtil"'s signer information does not
match signer"
JSMIME is hacking javax.mail.Util to
export the protected functions updateHeaders(x) and this does
not work any longer
Logged In: YES
user_id=716097
Instead of adding a new class in the javax.mail.internet package, why not
just extend MimeBodyPart and provide a wrapper method to
updateHeaders() that has public access?