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.?
Macaruchi [ Do, 03 April 2008 00:13 ] [ ID #1934257 ]

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
Ben Morrow [ Do, 03 April 2008 00:35 ] [ ID #1934260 ]
Perl » comp.lang.perl.misc » Download attachment from email

Vorheriges Thema: tricky use of print?
Nächstes Thema: FAQ 8.17 How can I measure time under a second?