YES I did compile PHP with c-client support. Having says that, I'm trying to get the function imap_get_quota( ) to work. The docs are here:
http://us2.php.net/manual/en/function.imap-get-quota.php
I'm basically trying to do exactly what they do in example 1.
I connect fine but when i try to get the quotas, I get an error "Quota root does not exist". Now I have it checking a user that I know exists, and I know the user has a quota because I can clearly see the quota in the Server Admin app (on OS X Server). And I checked some config file and I guess on my system I have to specify the mailbox with a slash instead of a dot, so: "user/admin" instead of "user.admin". But I tried both and neither will work. My script is basically identical to example one so there's no point in me posting my code. But I can't figure this out. I wonder if maybe there's something else you have to do, some other way you need to specify the user's mailbox? I can't figure it out and I've been trying to get this aspect of this particular page finished for weeks now. If you can help me out at all, that would be a huge help.