Thank you Stefano for such a  prompt change.

The parser compiles and is working now, however I get the following error with UTF8 encoded mail messages:

java.lang.NoSuchMethodError: sun.io.ByteToCharBig5.getIndex1()[S at sun.nio.cs.ext.Big5$Decoder.<init>(Big5.java:45) at sun.nio.cs.ext.Big5.newDecoder(Big5.java:33) at java.lang.StringCoding$CharsetSD.<init>(StringCoding.java:166) at java.lang.StringCoding$CharsetSD.<init>(StringCoding.java:157) at java.lang.StringCoding.decode(StringCoding.java:213) at java.lang.String.<init>(String.java:320) at java.lang.String.<init>(String.java:346) at org.mime4j.util.CharsetUtil.<clinit>(CharsetUtil.java:1022) at org.mime4j.message.Header.writeTo(Header.java:150) at org.mime4j.message.Message.writeTo(Message.java:86) at

Am I missing a charset or other jar?
I tried google but with little luck.. perhaps you have some sugestions?

GX

From: Stefano Bagnara <[EMAIL PROTECTED]>
Reply-To: "James Developers List" <server-dev@james.apache.org>
To: James Developers List <server-dev@james.apache.org>
Subject: Re: Mime4j writeTo changes
Date: Wed, 28 Mar 2007 15:56:10 +0200

Hi GX,

I guess the 1.5 dependency has been introduced by mistake.

I just replaced appends with writes, tested it builds on 1.4 and committed it.

Thank you for reporting,
Stefano

GX GLIX ha scritto:
Hi devs

I have till now been using mime4j, I am busy testing the current version (trunk) as there are some methods that have been implemented which I previously did myself namely the writeTo methods in the message, multipart etc. classes.

I noticed the code implemented uses java.io.BufferedWriter.append(String)

The append was added to the java.io.BufferedWriter class in java version 1.5.

I was wondering if there is a deliberate reason for this as I am dependant on jre 1.4.

Is there a possibility to use the java.io.BufferedWriter.write rather than append so I dont have to modify the code with each update?

GX



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to