Download attachment from email
Hi!
I wanna know how to download my email from pop3 account and take the
attachment and save it in a folder.
I have been seeing NET::Pop3 to do that but I dont know if it has this
method for attachment.
Is there something way to take the attachment from email.?
Re: Download attachment from email
Quoth Macaruchi <jqmicro [at] gmail.com>:
> I wanna know how to download my email from pop3 account and take the
> attachment and save it in a folder.
> I have been seeing NET::Pop3 to do that but I dont know if it has this
Net::POP3. Case is important.
> method for attachment.
>
> Is there something way to take the attachment from email.?
Once you have the email, MIME::Parser will let you extract the
attachments; or you could try Email::Folder::POP3 along with the other
Email::* modules.
Ben