Re: Retrieving POP email

2002-12-02 Thread Mike(mickako)Blezien
Ok, I see where I was going wrong, forgot to add the (MESSAGE_NUMBER) in the Body() while looping thru each email! thanks for all your help ;) Works fine now Happy Holidays >>Wiggins d'Anconia wrote: Haven't used the module myself, but see inline. Mike(mickako)Blezien wrote: Hi Wiggins,

Re: Retrieving POP email

2002-12-02 Thread Wiggins d'Anconia
Haven't used the module myself, but see inline. Mike(mickako)Blezien wrote: Hi Wiggins, Thanks for the info. I was sure that the Mail::POP3Client had something in it to extract the body of the message, but haven't been able to get it to work with the test script belowdo you possible have a

Re: Retrieving POP email

2002-12-02 Thread Mike(mickako)Blezien
Hi Wiggins, Thanks for the info. I was sure that the Mail::POP3Client had something in it to extract the body of the message, but haven't been able to get it to work with the test script belowdo you possible have an example of sample script that may do this ?? TIA >>Wiggins d'Anconia wrot

Re: Retrieving POP email

2002-12-02 Thread Wiggins d'Anconia
Mail::POP3Client has a built in method to do this, from the docs: "Body( MESSAGE_NUMBER ) Get the body of the specified message, either as an array of lines or as a string, depending on context." If for some reason you must do it yourself, the end of the mail headers are indicated by the fi

Retrieving POP email

2002-12-02 Thread Mike(mickako)Blezien
Hello all, I am currently working on retrieving a POP account that will have some stock quota data in it for clients and sent out several times aday. I am using the use Mail::POP3Client module. All is working fine, except I need to strip out all but the body of the message, removing all the mai