extract attachments from mail messages

2007-03-20 Thread Nahum Mizrahi
Hi all, I am looking for a command line program that can extract attachments from mail messages and save them as files. I tried mutt, tnef and fetchmail but could not get any of them to do the job. I am sure there must be a way to do that using mutt or other command line mail client. Any

Re: extract attachments from mail messages

2007-03-20 Thread Oren Held
uudecode? Nahum Mizrahi wrote: Hi all, I am looking for a command line program that can extract attachments from mail messages and save them as files. I tried mutt, tnef and fetchmail but could not get any of them to do the job. I am sure there must be a way to do that using mutt or other

Re: extract attachments from mail messages

2007-03-20 Thread Jonathan Ben Avraham
@linux.org.il Subject: Re: extract attachments from mail messages uudecode? Nahum Mizrahi wrote: Hi all, I am looking for a command line program that can extract attachments from mail messages and save them as files. I tried mutt, tnef and fetchmail but could not get any of them to do the job. I

Re: extract attachments from mail messages

2007-03-20 Thread Ehud Karni
On Tue, 20 Mar 2007 16:36:06 Nahum Mizrahi wrote: I am looking for a command line program that can extract attachments from mail messages and save them as files. I tried mutt, tnef and fetchmail but could not get any of them to do the job. The only program I know that can do that is metamail

Re: extract attachments from mail messages

2007-03-20 Thread Dan Kenigsberg
.. or python: http://www.python.org/doc/2.3.5/lib/email-unpack.txt On Tue, Mar 20, 2007 at 05:04:32PM +0200, Jonathan Ben Avraham wrote: Hi Nahum, You will have to write your own program in PHP or using Perl's MIME module. The learning curve is not trivial. - yba -- Dan Kenigsberg

Re: extract attachments from mail messages

2007-03-20 Thread Peter
On Tue, 20 Mar 2007, Oren Held wrote: uudecode? munpack Nahum Mizrahi wrote: Hi all, I am looking for a command line program that can extract attachments from mail messages and save them as files. I tried mutt, tnef and fetchmail but could not get any of them to do the job. I am

Re: extract attachments from mail messages

2007-03-20 Thread Peter
On Tue, 20 Mar 2007, Jonathan Ben Avraham wrote: Hi Nahum, You will have to write your own program in PHP or using Perl's MIME module. The learning curve is not trivial. What's wrong with munpack ?! Peter = To unsubscribe,

Re: extract attachments from mail messages

2007-03-20 Thread Jonathan Ben Avraham
On Tue, 20 Mar 2007, Peter wrote: Date: Tue, 20 Mar 2007 17:38:30 +0200 (IST) From: Peter [EMAIL PROTECTED] To: Jonathan Ben Avraham [EMAIL PROTECTED] Cc: Oren Held [EMAIL PROTECTED], Nahum Mizrahi [EMAIL PROTECTED], ILUG linux-il@linux.org.il Subject: Re: extract attachments from mail

Re: extract attachments from mail messages

2007-03-20 Thread Nahum Mizrahi
], ILUG linux-il@linux.org.il Subject: Re: extract attachments from mail messages On Tue, 20 Mar 2007, Jonathan Ben Avraham wrote: Hi Nahum, You will have to write your own program in PHP or using Perl's MIME module. The learning curve is not trivial. What's wrong with munpack ?! I

Re: extract attachments from mail messages

2007-03-20 Thread Peter
On Tue, 20 Mar 2007, Nahum Mizrahi wrote: There's nothing wrong with it except that ybe hadn't heard of it. 8-) I try to compile it and thats what i get (configure went just fine) I just got it and compiled it cleanly. Your system has weird libraries. Type 'man malloc' and see in what