Which Perl modules to use

Which Perl modules to use

am 25.01.2006 18:37:05 von Richard Koop

Which Perl modules should I use for the following task?

I need to pop email messages off of a POP3 email server that requires
an SSL connection. I then have to extract the email body and seperate
out the attachments and save them in seperate files.

I'm using Mail::POP3Client (with OpenSSL) and it works fine to retrieve
the emails from the SSL enabled email server. What module(s) should I
use to seperate the email attachments from the email message? There
are so many related ones that I'm not sure what to use.