[imp] Courier-imap Quota (IMP-H3-4.0.2)

Roland Obermayer robelx at gmail.com
Fri Mar 25 05:45:58 PST 2005


Any advice how to get the quota from courier-imapd?

Horde-3.0.3, IMP-H3-4.0.2

courier-quota is working (I can see it in thunderbird).

I've got in the servers.php:

    'quota' => array (
        'driver' => 'courier',
         'params' => array(
             'login' => '',
             'password' => ''
          )
    )         

And I tried to patch the lib/Quota/courier.php with the stuff I found
on the list:

            #if (!empty($quota['limit'])) {
            #    return array('usage' => $quota['usage'] * 1024,
'limit' => $quota['limit'] * 1024);

            if (!empty($quota['MESSAGE']['limit'])) {
              return array('usage' => $quota['MESSAGE']['usage'] *
1024, 'limit' => $quota['MESSAGE']['limit'] * 1024);


But I still get "Unable to retrieve quota" - any ideas?


More information about the imp mailing list