yanny
March 26th, 2008, 09:50 AM
Hi,
<?php
//show quota
$quota_values = imap_get_quota($conn, "user.yanling")
or die (imap_last_error());
?>
The error I got is:
Bad quota resource list for user.yanling
I have login with terminal: telnet localhost imap and I did not see "0 capability" so it means the imap server has the 'getquota' capability.... right?
<?php
//show quota
$quota_values = imap_get_quota($conn, "user.yanling")
or die (imap_last_error());
?>
The error I got is:
Bad quota resource list for user.yanling
I have login with terminal: telnet localhost imap and I did not see "0 capability" so it means the imap server has the 'getquota' capability.... right?