perl - how to download IMAP mail attachments and save locally
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:16 UTC
Read the original article
Hit count: 305
I need suggestions on how can I download attachments from my IMAP mails which have attachments and current date in subject line i.e. YYYYMMDD format and save the attachments to a local path. I went through the Perl module 'Mail::IMAPClient' and am able to connect to the IMAP mail server, but need help on other tasks. One more thing to note is that my IMAP sever requires SSL auth.
© Stack Overflow or respective owner