Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^2: Retrieving email and decoding attachments

by Anonymous Monk
on Jun 13, 2007 at 19:44 UTC ( [id://621073]=note: print w/replies, xml ) Need Help??


in reply to Re: Retrieving email and decoding attachments
in thread Retrieving email and decoding attachments

This works too and is a bit simpler.
for ($i = 1; $i <= $pop->Count(); $i++) { print "$i \n"; my $msg; $msg = $pop->HeadAndBody( $i ); my $entity = $parser->parse_data($msg); }

Replies are listed 'Best First'.
Re^3: Retrieving email and decoding attachments
by unrelatedmonk1 (Novice) on Jul 20, 2015 at 20:20 UTC
    Wow! That was great! It works like a charm! Thank you!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://621073]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (1)
As of 2024-04-26 02:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found