I have an Mailbox which multiple users have access to, it works fine for me and I can add it in Outlook as an additional mailbox to my account and list all its content.
I can access my personal mailbox using IMAP, I'm testing it by just telneting in and LIST'ing it.
The problem is that another user trying to access it is having problems accessing it through IMAP; and I want to test if I can access the shared mailbox with my account - how can I do that in terms of IMAP commands?
What I am doing now is:
telnet mail.server
01 LOGIN user pass
02 LIST "" *
03 LOGOUT
Edit: If there is another way to test this, that is an equally good answer.
For those not wanting to spending the time to read through the KB referenced by LG, the trick is in how you log in. Use:
Where mailboxname is the name of the shared mailbox you want to access.
Tested with Exchange 2003.
143 is standard port number for IMAP service. Then read this KB