Hi
I've compiled IMAp functions into php, seen here:
[
php.net...]
My server is hosting many mail accounts and I want to make an overview page that will get each users quota size and mailbox size.
You can see a similar sample of what I want to do here:
[
us3.php.net...]
But that doesn't work for me, and I'm not sure if I'm filling out all the attributes properly either. Also this is a single script thats getting everyone's data at once, so it doesn't have the user's passwords and can't log in as each user, it needs to connect once and gather all user's data. I'm kinda confused as to the details of how to do this, any help would be greatly appreciated!
This might not even be a php issue, I might just have to set up some IMAP admin account? I'm not sure.