On Thu, 29 Oct 2009 23:17:04 +0530, Shameem Ahamed wrote:
> I am using the IMAP::Client for automating the quota check for some of
> the users. My script was fairly straight, and I ran in to the below
> error, while running the script. The error returned by the
> $imap->error function is
>
> QUOTA not supported for GETQUOTAROOT command at imap.pl
>
> my %quota=$imap->getquotaroot('INBOX') || die $imap->error(); print
> "Quota: $quota{'STORAGE'} \n";
What reason do you have for not believing the message, i.e., that the IMAP
server does not support the QUOTA command? Do you have some independent
verification that it does?
--
Peter Scott
http://www.perlmedic.com/
http://www.perldebugged.com/
http://www.informit.com/store/product.aspx?isbn=0137001274
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/