perl - how to download IMAP mail attachments and save localy

Posted by Octopus on Stack Overflow See other posts from Stack Overflow or by Octopus
Published on 2010-03-16T10:29:22Z Indexed on 2010/03/16 11:06 UTC
Read the original article Hit count: 507

Filed under:
|
|
|

I need suggestions on how can I download attachments from my IMAP mails which having attachments and current date in subject line i.e. YYYYMMDD format and save the attachments at local path. I gone through the perl module 'Mail::IMAPClient' and able to connect to the imap mail server but need help on other tasks. One more thing to note is that my IMAP sever required SSL auth.

© Stack Overflow or respective owner

Related posts about perl

Related posts about imap