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

_________________________________________________________________
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