On Mon, 10 Dec 2001, Rob Oxspring <[EMAIL PROTECTED]> wrote: > The upshot of all this was that I've integrated the three encoding > formats into a single task using JavaMail if available or uu > encoding (via sun.misc.UUEncoder - presumably available to any sun > based JDK?).
Great. I wouldn't want to rely on the sun. classes (we could steal the Base64 code from the HttpClient package of Jakarta-Commons) and I'm sure we could find (or write if necessary) a replacement for UUEncode. But it would be a good thing to start with. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
