Changelog; fix typos.
authorMichael M Slusarz <slusarz@curecanti.org>
Fri, 20 Mar 2009 16:27:05 +0000 (10:27 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Fri, 20 Mar 2009 18:22:41 +0000 (12:22 -0600)
framework/Imap_Client/lib/Horde/Imap/Client/Base.php
framework/Imap_Client/lib/Horde/Imap/Client/Socket.php
framework/Imap_Client/package.xml

index 3e40c3d..aeb7101 100644 (file)
@@ -2352,7 +2352,7 @@ abstract class Horde_Imap_Client_Base
      *
      * @return array  An array with 2 possible entries:
      * <pre>
-     * 'lookup' - (array) If $ids is not null, the mapping of sequence
+     * 'lookup' - (array) If $seqs is not empty, the mapping of sequence
      *            numbers (keys) to UIDs (values).
      * 'uids' - (array) The list of UIDs.
      * </pre>
index e8df3ca..0a8718c 100644 (file)
@@ -1522,7 +1522,7 @@ class Horde_Imap_Client_Socket extends Horde_Imap_Client_Base
                         $results[] = $results_criteria[$val];
                     }
                 }
-                $cmd .= 'SORT RETURN ( ' . implode(' ', $results) . ') (';
+                $cmd .= 'SORT RETURN (' . implode(' ', $results) . ') (';
             } else {
                 $cmd .= 'SORT (';
             }
index 8755d7a..bbe59fc 100644 (file)
@@ -31,7 +31,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
   <api>alpha</api>
  </stability>
  <license uri="http://www.gnu.org/copyleft/lesser.html">LGPL</license>
- <notes>* Added PHP socket based POP3 driver.
+ <notes>* Added search (message list) caching if CONDSTORE is enabled.
+* Added PHP socket based POP3 driver.
 * Initial release
  </notes>
  <contents>