Re: Perl & Outlook/Exchange

2001-07-06 Thread paul
Hi Stephen, You could attempt to write your own if you wanted. Have a look at IO::Socket. You can use this to connect to the pop server. Send "user" "pass" Issue a STAT after logging in. This will give you the number of messages waiting. The only way I can see you to work out

Perl & Outlook/Exchange

2001-07-05 Thread Gross, Stephan
I'd like to write a Perl application that will tell me how many messages are sitting in an Exchange mailbox. Implementations of both POP3 and IMAP can query a mailbox given the username and password. The problem is that I have several mailboxes all using the same user account. Outlook can do th