Re: [SLUG] decodeing base64 ?

2006-04-06 Thread Crossfire
Voytek Eymont was once rumoured to have said: > is there a way to decode base64 with uudecode ? No. UUEncoding is a very specific form of binary to ascii translation which has no direct relationship with base64. C. -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscript

Re: [SLUG] decodeing base64 ?

2006-04-05 Thread Martin Pool
On 06/04/2006, at 11:26 AM, Voytek Eymont wrote: On Thu, April 6, 2006 11:01 am, Peter Chubb wrote: "Voytek" == Voytek Eymont <[EMAIL PROTECTED]> writes: Edit the file afterwards; delete all but the base64 encoded part. Voytek> [EMAIL PROTECTED] mail]# { echo 'begin-base64 644 x.wav'; c

Re: [SLUG] decodeing base64 ?

2006-04-05 Thread Matthew Hannigan
On Thu, Apr 06, 2006 at 10:41:07AM +1000, Voytek Eymont wrote: > I have "Mail version 8.1 6/6/93" Oh dear. Please, install mutt or something. > > { echo 'begin-base64 644 x.wav'; cat file; echo ; } | uudecode > > get 'iilegal line' You can use openssl to en,decode base64; google for it. I

Re: [SLUG] decodeing base64 ?

2006-04-05 Thread Voytek Eymont
On Thu, April 6, 2006 11:01 am, Peter Chubb wrote: >> "Voytek" == Voytek Eymont <[EMAIL PROTECTED]> writes: > Edit the file afterwards; delete all but the base64 encoded part. > Voytek> [EMAIL PROTECTED] mail]# { echo 'begin-base64 644 x.wav'; cat test; > Voytek> echo ; } | uudecode uude

Re: [SLUG] decodeing base64 ?

2006-04-05 Thread Voytek Eymont
On Thu, April 6, 2006 10:33 am, Michael Fox wrote: > On 4/6/06, Voytek Eymont <[EMAIL PROTECTED]> wrote: > >> # munpack >> -bash: munpack: command not found >> # metamail >> -bash: metamail: command not found >> > > And for those commands to work you of course need them installed via > the correct

Re: [SLUG] decodeing base64 ?

2006-04-05 Thread Peter Chubb
> "Voytek" == Voytek Eymont <[EMAIL PROTECTED]> writes: Voytek> On Thu, April 6, 2006 10:28 am, Peter Chubb wrote: >>> "Voytek" == Voytek Eymont <[EMAIL PROTECTED]> writes: >> Most mime-compliant mailers have base64 coding/decoding built in. Voytek> is there a command here to detach it

Re: [SLUG] decodeing base64 ?

2006-04-05 Thread Voytek Eymont
On Thu, April 6, 2006 10:28 am, Peter Chubb wrote: >> "Voytek" == Voytek Eymont <[EMAIL PROTECTED]> writes: > Most mime-compliant mailers have base64 coding/decoding built in. I have "Mail version 8.1 6/6/93" ]# mail Mail version 8.1 6/6/93. Type ? for help. "/var/spool/mail/root": 1 messa

Re: [SLUG] decodeing base64 ?

2006-04-05 Thread Michael Fox
On 4/6/06, Voytek Eymont <[EMAIL PROTECTED]> wrote: > # munpack > -bash: munpack: command not found > # metamail > -bash: metamail: command not found And for those commands to work you of course need them installed via the correct package on your distro (or compiled/installed from source) -- SLUG

Re: [SLUG] decodeing base64 ?

2006-04-05 Thread Peter Chubb
> "Voytek" == Voytek Eymont <[EMAIL PROTECTED]> writes: Voytek> is there a way to decode base64 with uudecode ? # uudecode < Voytek> test uudecode: stdin: No `begin' line Most mime-compliant mailers have base64 coding/decoding built in. uudecode expects a begin 644 filename line at the st

[SLUG] decodeing base64 ?

2006-04-05 Thread Voytek Eymont
is there a way to decode base64 with uudecode ? # uudecode < test uudecode: stdin: No `begin' line file has: --voicemail_012343058987690970 Content-Type: audio/x-WAV; name="msg.WAV" Content-Transfer-Encoding: base64 Content-Description: Voicemail sound attachment. Content-Disposition: attac