Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^2: How to get started with scraping my IMAP emails

by Corion (Patriarch)
on Mar 01, 2022 at 16:16 UTC ( [id://11141731]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub dump_parts($msg, $level=0) {
        print " " x $level, $msg->content_type, "\n";
    ...
    }
    
    dump_parts( $entity );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-04-25 16:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found