phpdoc
authorMichael M Slusarz <slusarz@curecanti.org>
Mon, 30 Nov 2009 20:23:12 +0000 (13:23 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 3 Dec 2009 21:53:39 +0000 (14:53 -0700)
imp/lib/Auth.php
imp/lib/Imap.php

index 58c47c6..951d0b6 100644 (file)
@@ -181,9 +181,9 @@ class IMP_Auth
      * 'filteravail' - (boolean) Can we apply filters manually?
      * 'imap' - (array) Config for various IMAP resources (acl, admin,
      *          namespace, quota, thread)
-     * 'imap_ob' - (string) The serialized Horde_Imap_Client object.
      * 'maildomain' - (string) See config/servers.php.
      * 'notepadavail' - (boolean) Is listing of notepads available?
+     * 'ob' - (string) The serialized Horde_Imap_Client object.
      * 'protocol' - (string) Either 'imap' or 'pop'.
      * 'rteavail' - (boolean) Is the HTML editor available?
      * 'search' - (array) Settings used by the IMP_Search library.
index fd14965..95cb3e0 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /**
- * The IMP_Imap:: class provides common functions for interaction with the
- * IMAP/POP3 server via the Horde_Imap_Client:: library.
+ * The IMP_Imap:: class provides common functions for interaction with
+ * IMAP/POP3 servers via the Horde_Imap_Client:: library.
  *
  * Copyright 2008-2009 The Horde Project (http://www.horde.org/)
  *
@@ -82,7 +82,7 @@ class IMP_Imap
     }
 
     /**
-     * Loads the server configuration from servers.php.
+     * Loads the IMP server configuration from servers.php.
      *
      * @param string $server  Returns this labeled entry only.
      *
@@ -116,8 +116,7 @@ class IMP_Imap
     }
 
     /**
-     * Loads the Horde_Imap_Client object from serialized session data and
-     * loads the object into the global $imp_imap variable.
+     * Loads the Horde_Imap_Client object from serialized session data.
      *
      * @return boolean  True on success, false on error.
      */