[imp] Fwd: [PHP-DEV] IMAP quota functionality
Max Kalika
max@lsit.ucsb.edu
Mon, 22 Jul 2002 11:20:54 -0700
Quoting Michael Cochrane <mike@graftonhall.co.nz>:
> 'quota' => array(
> 'driver' => 'cyrus',
> 'params' => array(
> 'login' => 'admin login',
> 'password' => 'admin password'
> );
> );
This is great! And once the php get_quotaroot() is shipped with php, we
can probably just get away with:
'quota' => 'cyrus';
or to disable:
'quota' => false;
---max kalika
--max@lsit.ucsb.edu
-lsit systems administrator