Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: More efficient way to get unseen IMAP messages

by mda2 (Hermit)
on May 01, 2006 at 02:49 UTC ( [id://546624]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    0 LOGIN mda "xxxxxx"
    0 OK LOGIN Ok.
    ...
    2 LOGOUT
    * BYE Courier-IMAP server shutting down
    2 OK LOGOUT completed
    
  2. or download this
    sub login {
     my ( $self, $user, $pass ) = @_;
    ...
        process => sub { },
     );
    }
    
  3. or download this
    package Net::IMAP::Simple;
    
    ...
     );
      return $unseen;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-26 00:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found