> -----Original Message-----
> From: Gross, Stephan [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, May 30, 2001 1:12 PM
> To:   'Beginner Perl'
> Subject:      Email question
> 
> I'd like to a write a program that would tell me, for several specific
> accounts/mailboxes on a Microsoft Exchange server, how many emails are
> there.  I can use either POP3 or IMAP protocols.  Any suggestions or
> pointers?
> 
I had success with the Mail::IMAPClient module.
For the number of emails in a mailbox, look at
the function message_count().

-Robin

>  

Reply via email to