[imp] Imap ACLs
    Didi Rieder 
    adrieder at sbox.tugraz.at
       
    Wed Feb  5 10:12:34 PST 2003
    
    
  
Hi,
after Chuck's code cleanups the ACLs didn't work at all, here is a patch which
solves the problem:
--- rfc2086.php Wed Feb  5 10:06:36 2003
+++ rfc2086.php.new     Wed Feb  5 10:05:53 2003
@@ -44,9 +44,9 @@
         // If we couldn't get the server's capability, we'll assume
         // ACL is supported for now.
         if (!empty($this->_caps) && !array_key_exists('acl', $this->_caps)) {
-            $this->_isSupported = false;
+            $this->_supported = false;
         } else {
-            $this->_isSupported = true;
+            $this->_supported = true;
         }
         $this->_protected = array($_SESSION['imp']['user']);
Didi
-- 
-------------------------
Didi Rieder
adrieder at sbox.tugraz.at
PGPKey ID: 3431D0B0
-------------------------
    
    
More information about the imp
mailing list