On 12/6/06, Nagrale, Ajay <[EMAIL PROTECTED]> wrote:

My requirement is to extract only images from an multipart email. I could see 
perl
package  (MIME::Parser) related to extraction of various parts of a given mail 
(mail
txt, attachments). It extracts all the parts from a given mail. I am not able 
to give
condition to extract only image from it. Does anybody know how to tackle this?

Extract everything, but keep only the items you want. You can probably
subclass MIME::Parser::Filer to do what you want. Good luck with it!

--Tom Phoenix
Stonehenge Perl Training

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to