ok, the problem is solved thanks to our beloved .Net system class Dim Buffer() As Byte = System.Convert.FromBase64String(myattachment)
how easy can it be. thanks anyway regards remie bolte ----- Original Message ----- From: "Remie Bolte" <[EMAIL PROTECTED]> To: "ActiveServerPages" <[EMAIL PROTECTED]> Sent: Tuesday, October 01, 2002 7:41 AM Subject: Way OT: UUEncodind,UUDecoding,Base64 Encoding,Base64 Decoding > Hi All > > i know i'm a bit OT here, but perhaps one of you guys have handled with this > before. > i'm creating an pop3 component which receives raw email messages. As you all > can figure some of those email messages have attachments. Those attachments > are send either in UUEncoding or Base64 Encoding. > > I need a way to Decode those raw attachment strings. > i'm currently creating the project in VB.Net, but any example will help. > Even RFC's on the encoding algorithm at this point. > i hope someone can help me. > > Thanks in advance > > Remie Bolte > p.s. The project will be availible when finished. > > > > > --- > You are currently subscribed to activeserverpages as: [EMAIL PROTECTED] > To unsubscribe send a blank email to %%email.unsub%% > --- You are currently subscribed to activeserverpages as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
