On Sat, Apr 18, 2009 at 06:26, Meghanand Acharekar <vasco.deb...@gmail.com> wrote: > Hi, > > Is it possible to strip email attachments from a remote IMAP folders & save > or download them on local system (system on which script is running) > > I written a simple script using perl IMAPClient which connects IMAP server > and read emails from there, but found no method to strip attachments ? > > Any Ideas. snip
If you have access to the whole email message then it should just be a matter of parsing the message. Take a look at Mime::Tools[1]. 1. http://search.cpan.org/dist/MIME-tools/lib/MIME/Tools.pm -- Chas. Owens wonkden.net The most important skill a programmer can have is the ability to read. -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/