Hi,
I don't know how to use the quota() function from the Cyrus::imap:admin module.
The result returned from the quota() function is different from running lq command in cyradm.
Please see below for illustration.
In cyradm:
> lq user/[EMAIL PROTECTED] STORAGE 0/512000 (0%)
Cyrus::IMAP:Admin:
my %quota; my $e; my $r; my $mailbox = 'user/[EMAIL PROTECTED]'; ($e, %quota, $r) = $cyrus->quota($mailbox); print "E: ".$e."\n"; print "%quota: ".%quota."\n";
E: STORAGE
%quota: 1/8
I total feel confused with this value from the quota() function. What is 1/8 stands for? how come it's not 0/512000 ?
Thanks Sam
--- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html