Hi! I'm trying to write a code to read mail from POP3 server and then save the attachment in specified folder. I checked the Email::MIME::Attachment::Stripper which needs to be initialized with Email::MIME object. I checked the Email::MIME module but I couldn't understand how to read mail and create new Email::MIME object.
Basically I need code for reading mail with Mail::POP3Client module then create Email::MIME object and then pass it to Email::MIME::Attachment::Stripper. Or is there better way to receive mail and save attachment? Thank you all. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/