Re: Downloading Email Attachement from POP3 Server

2003-03-26 Thread gregg
Here's a code snippet you might find useful. I'm using the "Mail::MboxParser::Mail" module with great results. You need to create the object using the head and body from "Mail::POP3client" before you can call "store_all_attachments". I hope this helps. use Mail::POP3Client; use Mail::

RE: Downloading Email Attachement from POP3 Server

2003-03-26 Thread wiggins
On Wed, 26 Mar 2003 16:39:16 +0530, "Akshay Kumar" <[EMAIL PROTECTED]> wrote: > Hi All, > > Daily a mail with some attachment is sent to an email account. I have got full > access of the email account with pop reading facility. Now, I need to dow