whitesox has asked for the wisdom of the Perl Monks concerning the following question:

Hi, Is there a way to automatically download attachedment files from Microsoft Exchange Server and save it on a filesystem in some folder. I want to automatically download attached files when a new email arrives from a specific contact. Don't want to delete the previous emails just want to download the latest email attachment if coming from some specified contact else don't do anything. I have the smtp host and port but how do I connect to and download the attachments.

I just installed ActivePerl-5.8.8.817-MSWin32-x86-257965 and tried to run some samples with MIME::Parser but am getting an error saying MIME::Parser not found. I downloaded the module from CPAN but when running INSTALL it asks for other modules i.e. stringy etc. I downloaded stringy but how do I go installing this. Where do I get something all packaged in one. I am on windows. Any help is appreciated Thanks
  • Comment on Download email attachements from MS Exchange Server automatically

Replies are listed 'Best First'.
Re: Download email attachements from MS Exchange Server automatically
by marto (Cardinal) on May 02, 2006 at 19:44 UTC
      I just installed ActivePerl-5.8.8.817-MSWin32-x86-257965 and tried to run some sample with MIME::Parser but am getting an error saying not found. Where do I get MIME::Parser and how do I install this module. Thanks