Hi,
I'm looking for an in-the-box or free-source solution to UUdecoding (and
optionally UUencoding) data. I know that the Framework comes with Base64
encode/decode. I've also tried reflecting over System.Web.Mail as that
allows attachements to be UUEncoded, but i stopped along that route when it
called down to cdonts/COM.

I'm just basically looking for the source that demonstrates how to UUDecode
(or even just a firm description of the decoding principals and I'll do it
myself!).

Cheers,

Steve

Re: UUEncoding in .NET by AlexS

AlexS
Thu Oct 23 18:56:11 CDT 2003

Try google - there are several samples of code available. Though most of
them are in c, rewriting them in C# is pretty straightforward.
For example http://www.ointment.org/nethack-doxygen/uudecode_8c-source.html

HTH
Alex

"Steve Dunn" <steve@nospamdunnhq.com> wrote in message
news:fIWlb.1978$vr5.1092@newsfep4-winn.server.ntli.net...
> Hi,
> I'm looking for an in-the-box or free-source solution to UUdecoding
(and
> optionally UUencoding) data. I know that the Framework comes with Base64
> encode/decode. I've also tried reflecting over System.Web.Mail as that
> allows attachements to be UUEncoded, but i stopped along that route when
it
> called down to cdonts/COM.
>
> I'm just basically looking for the source that demonstrates how to
UUDecode
> (or even just a firm description of the decoding principals and I'll do it
> myself!).
>
> Cheers,
>
> Steve
>
>



Re: UUEncoding in .NET by Steve

Steve
Sat Oct 25 12:56:31 CDT 2003

Thank you very much Pieter, that worked great!

"Pieter Philippaerts" <Pieter@nospam.mentalis.org> wrote in message
news:u7fAWeamDHA.372@TK2MSFTNGP11.phx.gbl...
> "Steve Dunn" <steve@nospamdunnhq.com> wrote in message
> > I'm just basically looking for the source that demonstrates how to
> UUDecode
> > (or even just a firm description of the decoding principals and I'll do
it
> > myself!).
>
> I've attached some code I wrote a while ago. No guarantees that it works,
> but I seem to remember that it worked at the time.
>
> Regards,
> Pieter Philippaerts
> Managed SSL/TLS: http://www.mentalis.org/go.php?sl
>
>
>