Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Searching using Mail::IMAPClient on exchange

by Anonymous Monk
on Aug 03, 2005 at 08:27 UTC ( [id://480393]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!perl
    use strict;
    use Mail::IMAPClient;
    ...
    foreach(@results) {print "Result : \"$_\"\n";}
    
    print "Inbox count : ".$imap->message_count('inbox');
    
  2. or download this
    Search error
    Result : "2 UID SEARCH SUBJECT test
    ...
    Result : "2 BAD SEARCH command received in invalid state.
    "
    Inbox count : 6
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-23 15:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found