Re: MIME Decoding command-line tool?

2002-01-23 Thread Peter S Galbraith
Elizabeth Barham <[EMAIL PROTECTED]> wrote:

> I've been receiving MIME encoded messages in the mail from
> someone. These are base64 encoded and I'm having trouble extracting
> them. Is there a good command-line tool for doing this?

'munpack' from the mpack package.

Peter



Re: MIME Decoding command-line tool?

2002-01-22 Thread Elizabeth Barham
Bud Rogers <[EMAIL PROTECTED]> writes:
> On Tuesday 22 January 2002 21:32 pm, Richard Cobbe wrote:
> 
> > It seems, from your X-Mailer header, that you're using Gnus.  Doesn't it
> > do MIME?  Or is it the base64 encoding?
> 
> That was the only thing that gnus didn't do well for me.  At a time when I 
> was having to deal with a lot of attachments -- often M$ -- I couldn't get 
> gnus to handle them well.  I never quite established if the problem was 
> gnus or me. It has been a while since I tried however.

 I just looked at info and yes, it does support MIME. It works
okay in that it calls metamail which may lanch another window to
display the text and push the files into the /tmp directory.

Metamail seems like the right tool for me to use from the command
line, though (thanks dman) but I have a hard time remembering the
command to un-do mime; I think "mimedecode" or "mi..."
something. There is a packaged entitled mimedecode but it just pushes
data to stdout as opposed to making a file with the right name.

Thank you everyone!

Elizabeth



Re: MIME Decoding command-line tool?

2002-01-22 Thread Bud Rogers
On Tuesday 22 January 2002 21:32 pm, Richard Cobbe wrote:

> It seems, from your X-Mailer header, that you're using Gnus.  Doesn't it
> do MIME?  Or is it the base64 encoding?

That was the only thing that gnus didn't do well for me.  At a time when I 
was having to deal with a lot of attachments -- often M$ -- I couldn't get 
gnus to handle them well.  I never quite established if the problem was 
gnus or me. It has been a while since I tried however.

-- 
Bud Rogers <[EMAIL PROTECTED]>
All things in moderation.  And not too much moderation either.



Re: MIME Decoding command-line tool? - base64

2002-01-22 Thread Acheron
Dunno if this one was mentioned I've used a utility called ripmime 
in the past don't believe there is a package for it though.


Alvin Oga wrote:


hi ya

i'd like to add to the list :-)

oreilly's example:
	ftp://ftp.ora.com/pub/examples/nutshell/ujip/perl/b64decode.pl 


ibiblio
http://www.ibiblio.org/pub/Linux/system/mail/mua/
- few more there

other de-mime apps
http://www.Linux-sec.net/Mail

have fun decoding
alvin


On Tue, 22 Jan 2002, Colin Watson wrote:


On Tue, Jan 22, 2002 at 06:48:16PM -0600, Elizabeth Barham wrote:


I've been receiving MIME encoded messages in the mail from
someone. These are base64 encoded and I'm having trouble extracting
them. Is there a good command-line tool for doing this (please don't
menion mutt)?


The mime-codecs package contains a utility called 'base64-decode'.






--
ACHERON
[EMAIL PROTECTED]





Re: MIME Decoding command-line tool? - base64

2002-01-22 Thread Alvin Oga

hi ya

i'd like to add to the list :-)

oreilly's example:
ftp://ftp.ora.com/pub/examples/nutshell/ujip/perl/b64decode.pl 

ibiblio
http://www.ibiblio.org/pub/Linux/system/mail/mua/
- few more there

other de-mime apps
http://www.Linux-sec.net/Mail

have fun decoding
alvin


On Tue, 22 Jan 2002, Colin Watson wrote:

> On Tue, Jan 22, 2002 at 06:48:16PM -0600, Elizabeth Barham wrote:
> > I've been receiving MIME encoded messages in the mail from
> > someone. These are base64 encoded and I'm having trouble extracting
> > them. Is there a good command-line tool for doing this (please don't
> > menion mutt)?
> 
> The mime-codecs package contains a utility called 'base64-decode'.
> 



Re: MIME Decoding command-line tool?

2002-01-22 Thread Richard Cobbe
Lo, on Tuesday, January 22, Elizabeth Barham did write:

> Hi,
> 
> I've been receiving MIME encoded messages in the mail from
> someone. These are base64 encoded and I'm having trouble extracting
> them. Is there a good command-line tool for doing this (please don't
> menion mutt)?

It seems, from your X-Mailer header, that you're using Gnus.  Doesn't it
do MIME?  Or is it the base64 encoding?

Anyway, to answer your question, metamail(1) is likely what you're
looking for.  Note that the input you supply to this command should have
the headers included, especially the Content-Type header.

Richard



Re: MIME Decoding command-line tool?

2002-01-22 Thread Colin Watson
On Tue, Jan 22, 2002 at 06:48:16PM -0600, Elizabeth Barham wrote:
> I've been receiving MIME encoded messages in the mail from
> someone. These are base64 encoded and I'm having trouble extracting
> them. Is there a good command-line tool for doing this (please don't
> menion mutt)?

The mime-codecs package contains a utility called 'base64-decode'.

-- 
Colin Watson  [EMAIL PROTECTED]



Re: MIME Decoding command-line tool?

2002-01-22 Thread Pollywog

On 2002.01.23 00:48 Elizabeth Barham wrote:

Hi,

I've been receiving MIME encoded messages in the mail from
someone. These are base64 encoded and I'm having trouble extracting
them. Is there a good command-line tool for doing this (please don't
menion mutt)?



Try uudeview:

http://www.fpx.de/fp/Software/UUDeview/



Re: MIME Decoding command-line tool?

2002-01-22 Thread dman
On Tue, Jan 22, 2002 at 06:48:16PM -0600, Elizabeth Barham wrote:
| Hi,
| 
| I've been receiving MIME encoded messages in the mail from
| someone. These are base64 encoded and I'm having trouble extracting
| them. Is there a good command-line tool for doing this (please don't
| menion mutt)?

Aww, ok (just look at the User-Agent header :-)).

Maybe 'metamail' is what you're looking for?

-D

-- 

I tell you the truth, everyone who sins is a slave to sin.  Now a slave
has no permanent place in the family, but a son belongs to it forever.
So if the Son sets you free, you will be free indeed.
John 8:34-36



MIME Decoding command-line tool?

2002-01-22 Thread Elizabeth Barham
Hi,

I've been receiving MIME encoded messages in the mail from
someone. These are base64 encoded and I'm having trouble extracting
them. Is there a good command-line tool for doing this (please don't
menion mutt)?

Thank you,
Elizabeth