I've build php with imap-ssl support against an imap-2000 library that's been used to write imap-ssl apps in C. In php though, I keep getting this error when trying to connect:
Can't open mailbox {imap.cs.wisc.edu:993/ssl}INBOX: invalid remote specification
Does php use a different mailbox specification? Has anyone gotten this to work? Looking around the web I've found a lot of questions like this one left unanswered.
--Nate