RE: Email Processing

2003-02-27 Thread Dan Muey
Not sure about windows stuff but it seems like if you knew which directory the email is kept in you could Go through each file searching for a specific subject and then parse it accordingly. I'd recommend File::Slurp to read your directory and the files in it. Then use : Mail::Internet and Mai

Re: Email Processing

2003-02-26 Thread R. Joseph Newton
Paul Kraus wrote: I want outlook to run a perl script for this mail message. I want the script to ... Can do, but you will probably need to learn VBA. Since Outlook is part of the Office package, VB is the native programming interface, sort of like Perl is to the CGI. Take the plunge. Y

Re: Email Processing

2003-02-26 Thread John W. Krahn
Paul Kraus wrote: > > From: John W. Krahn [mailto:[EMAIL PROTECTED] > > > > I don't use Outlook or any MS products but you could use Net::POP3 to > > get the emails directly from the server and process them. > > H Is there a way I could set up the script so that it would check > for mail ever

RE: Email Processing

2003-02-26 Thread Paul Kraus
H Is there a way I could set up the script so that it would check for mail every x amount of minutes? -Original Message- From: John W. Krahn [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 5:43 PM To: [EMAIL PROTECTED] Subject: Re: Email Processing Paul Kraus wrote

Re: Email Processing

2003-02-26 Thread John W. Krahn
Paul Kraus wrote: > > I want to write a script that takes its parameters from an email. > Now here is the tricky part the mail is not on the server its after it > has been received via pop. > > Example. > Someone sends an email that is supposed to trigger the creation of a > price list. > Mail co

Email Processing

2003-02-26 Thread Paul Kraus
I want to write a script that takes its parameters from an email. Now here is the tricky part the mail is not on the server its after it has been received via pop. Example. Someone sends an email that is supposed to trigger the creation of a price list. Mail comes in to mail server (we do not own