How to pull all attachments from an email and save as unique ids?

2003-03-28 Thread Wagner, David --- Senior Programmer Analyst --- WGO
I have one email which has 100 attachments (mail ids) which are not unique and when I save attachments via Outlook and it comes back repeatedly saying that this file already exists, do you want to replace. I am not even sure where to start, just know that Perl will have a way to

RE: How to pull all attachments from an email and save as unique ids?

2003-03-28 Thread David Olbersen
David, Take a look at perlmonks.org, somebody wrote a script that does something very similar to what you're looking for. Specifically, http://www.perlmonks.com/index.pl?node_id=12287 has a good starting point! It uses the MIME tools if memory serves me... -- David

RE: How to pull all attachments from an email and save as unique ids?

2003-03-28 Thread Wagner, David --- Senior Programmer Analyst --- WGO
David Olbersen wrote: David, Take a look at perlmonks.org, somebody wrote a script that does something very similar to what you're looking for. Specifically, http://www.perlmonks.com/index.pl?node_id=12287 has a good starting point! It uses the MIME tools if memory serves me...

RE: How to pull all attachments from an email and save as unique ids?

2003-03-28 Thread Wagner, David --- Senior Programmer Analyst --- WGO
Wagner, David --- Senior Programmer Analyst --- WGO wrote: David Olbersen wrote: David, Take a look at perlmonks.org, somebody wrote a script that does something very similar to what you're looking for. Specifically, http://www.perlmonks.com/index.pl?node_id=12287 has a good starting