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]

Reply via email to