Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Perl > Perl Misc > Saving attachments from emails

Reply
Thread Tools

Saving attachments from emails

 
 
Jules Mitland
Guest
Posts: n/a
 
      10-22-2004
I'm using Net:op3 to download emails from my POP3 server.

How do I use MIME::Base64 to decode and save any image attachments?
 
Reply With Quote
 
 
 
 
A. Sinan Unur
Guest
Posts: n/a
 
      10-22-2004
(Jules Mitland) wrote in
news: m:

> I'm using Net:op3 to download emails from my POP3 server.
>
> How do I use MIME::Base64 to decode and save any image attachments?


Use Net:OP3 to download email meesages from your POP3 server.

Then use Email::MIME to decode and save any image attachments.

http://search.cpan.org/~simon/Email-MIME-1.8/MIME.pm

Sinan.
 
Reply With Quote
 
 
 
 
Aaron Sherman
Guest
Posts: n/a
 
      10-23-2004
(Jules Mitland) wrote in message news:< om>...
> I'm using Net:op3 to download emails from my POP3 server.
>
> How do I use MIME::Base64 to decode and save any image attachments?


Actally, you should use MIME::Tools, which provides a comprehensive
interface to MIME-encoded documents including email.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Differentiating file attachments from inline attachments in Exchange Peter Green Python 0 11-05-2009 04:13 PM
mail.Attachments (Multiple Attachments) from Querystring codewarrior ASP .Net 0 05-04-2009 07:19 PM
Attachments in emails Diego F. ASP .Net 2 05-16-2005 03:11 PM
Saving attachments from emails Jules Mitland ASP .Net 1 10-22-2004 07:53 PM
attachments unable to read attachments from email bub.mk Computer Support 1 09-29-2004 02:29 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57