Displaying 1 result from an estimated 1 matches for "sqimap_get_quota".
2003 Sep 19
1
feature request: maildirquota
...rted, without it, dovecot is useless in my
use (mail hosting with maildirquotas).
Also QUOTA cabability in dovecot is needed to get to use my webmail plugins
that use
a001 CAPABILITY to get quota support. Courier imapd supports this.
--snippet from quota usage plugin to squirrelmail--
function sqimap_get_quota ($imap_stream, $mailbox) {
if (check_quota_capability($imap_stream, "QUOTA")) {
fputs ($imap_stream, "a001 GETQUOTAROOT \"$mailbox\"\r\n");
$read_ary = sqimap_read_data ($imap_stream, 'a001', true, $result,
$message);
f...