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

Michael M Slusarz slusarz at horde.org
Wed Oct 15 02:40:22 UTC 2008


slusarz     2008-10-14 22:40:22 EDT

  Modified files:
    Imap_Client/lib/Horde/Imap Client.php 
    Imap_Client/lib/Horde/Imap/Client Base.php Cclient.php 
                                      Socket.php 
    Imap_Client/test/Horde/Imap test_client.php 
  Log:
  Initial support for CONDSTORE (RFC 4551).  Will eventually enable us to
  cache flags in a mailbox.
  Optimize Horde_Imap_Client_Search_Query by storing search parameters within
  a single varialble.
  Fix PREAUTH response in Socket driver (it was not calling the login tasks).
  Optimize status call when FIRSTUNSEEN is needed and we are not in that mailbox
  (saves a status call by obtaining the information via an EXAMINE call, which
  we would need anyways because of the search needed for FIRSTUNSEEN).
  Fix _enable() when we have not yet finished the login process.
  
  Revision  Changes    Path
  1.33      +3 -1      framework/Imap_Client/lib/Horde/Imap/Client.php
  1.55      +197 -139  framework/Imap_Client/lib/Horde/Imap/Client/Base.php
  1.48      +30 -9     framework/Imap_Client/lib/Horde/Imap/Client/Cclient.php
  1.67      +142 -36   framework/Imap_Client/lib/Horde/Imap/Client/Socket.php
  1.38      +8 -7      framework/Imap_Client/test/Horde/Imap/test_client.php

  Chora Links:
  http://cvs.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client.php?r1=1.32&r2=1.33&ty=u
  http://cvs.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Base.php?r1=1.54&r2=1.55&ty=u
  http://cvs.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Cclient.php?r1=1.47&r2=1.48&ty=u
  http://cvs.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Socket.php?r1=1.66&r2=1.67&ty=u
  http://cvs.horde.org/diff.php/framework/Imap_Client/test/Horde/Imap/test_client.php?r1=1.37&r2=1.38&ty=u


More information about the cvs mailing list