RE : Extracting attachment from mail

2004-05-13 Thread Jose Nyimi
> -Message d'origine- > De : Wiggins d Anconia [mailto:[EMAIL PROTECTED] > Envoyé : jeudi 13 mai 2004 18:02 > À : NYIMI Jose (BMB); [EMAIL PROTECTED] > Objet : RE: Extracting attachment from mail > > > > -Original Message- > > > From: N

RE: Extracting attachment from mail

2004-05-13 Thread Wiggins d Anconia
> NYIMI Jose (BMB) wrote: > > I need to write a perl script that will run on solaris and the job of > > this script will be : > > > > - read a mail from a predefined shared mail box (Outlook/Exchange > > Server) > > Mail::IMAPClient or Mail::POP3Client > > > - extract the mail attachment (text

RE: Extracting attachment from mail

2004-05-13 Thread Bob Showalter
NYIMI Jose (BMB) wrote: > I need to write a perl script that will run on solaris and the job of > this script will be : > > - read a mail from a predefined shared mail box (Outlook/Exchange > Server) Mail::IMAPClient or Mail::POP3Client > - extract the mail attachment (text file) > - parse the

Re: Extracting attachment from mail

2004-05-13 Thread Ramprasad A Padmanabhan
On Thu, 2004-05-13 at 14:52, NYIMI Jose (BMB) wrote: > Hello, > > I need to write a perl script that will run on solaris and the job of this script > will be : > > - read a mail from a predefined shared mail box (Outlook/Exchange Server) > - extract the mail attachment (text file) > - parse the

Extracting attachment from mail

2004-05-13 Thread NYIMI Jose (BMB)
Hello, I need to write a perl script that will run on solaris and the job of this script will be : - read a mail from a predefined shared mail box (Outlook/Exchange Server) - extract the mail attachment (text file) - parse the content - create an excel sheet (same content) Any input is welcome