[cvs] commit: framework/Imap_Client/lib/Horde/Imap/Client Base.php Cache.php Cclient.php Exception.php Socket.php framework/Imap_Client/test/Horde/Imap test_client.php

Michael M Slusarz slusarz at horde.org
Tue Oct 21 04:57:47 UTC 2008


slusarz     2008-10-21 00:57:47 EDT

  Modified files:
    Imap_Client/lib/Horde/Imap/Client Base.php Cache.php 
                                      Cclient.php Exception.php 
                                      Socket.php 
    Imap_Client/test/Horde/Imap test_client.php 
  Log:
  Many more caching tweaks.  Correctly update/expire cache on various events.
  Implement flag caching if CONDSTORE exists on the server.
  Add 'NOT' searches to a bunch of search queries that were missing it.
  Add previousSearch() search query.
  Better error handling in Cache.php.
  Fix multiple appends without MULTIAPPEND.
  Fix close() without UNSELECT.
  Fix BINARYSIZE search.
  
  Revision  Changes    Path
  1.65      +184 -83   framework/Imap_Client/lib/Horde/Imap/Client/Base.php
  1.8       +33 -29    framework/Imap_Client/lib/Horde/Imap/Client/Cache.php
  1.53      +18 -1     framework/Imap_Client/lib/Horde/Imap/Client/Cclient.php
  1.15      +4 -1      framework/Imap_Client/lib/Horde/Imap/Client/Exception.php
  1.79      +93 -59    framework/Imap_Client/lib/Horde/Imap/Client/Socket.php
  1.45      +3 -3      framework/Imap_Client/test/Horde/Imap/test_client.php

  Chora Links:
  http://cvs.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Base.php?r1=1.64&r2=1.65&ty=u
  http://cvs.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Cache.php?r1=1.7&r2=1.8&ty=u
  http://cvs.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Cclient.php?r1=1.52&r2=1.53&ty=u
  http://cvs.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Exception.php?r1=1.14&r2=1.15&ty=u
  http://cvs.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Socket.php?r1=1.78&r2=1.79&ty=u
  http://cvs.horde.org/diff.php/framework/Imap_Client/test/Horde/Imap/test_client.php?r1=1.44&r2=1.45&ty=u


More information about the cvs mailing list