IMAP Ping

EQ Admin

EQ Forum Admin
Staff member
imapPing.pl

This script performs some basic IMAP operations on a user's account and displays the time as each one is executed.

The operations are:
1. Connect to the IMAP server
2. Log in with the user's name and password
3. Get a list of mailboxes in the user's account
4. Select the INBOX
5. Get a list of messages in the INBOX
6. Log off the server
Usage: imapPing.pl -h <host> -u <user> -p <password>

If you have a question about using this script please reply.

If you would like to download the script please see How to get the IMAP Tools.
 
Top