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

Michael M Slusarz slusarz at horde.org
Thu Oct 16 05:41:15 UTC 2008


slusarz     2008-10-16 01:41:15 EDT

  Modified files:
    Imap_Client/lib/Horde/Imap Client.php 
    Imap_Client/lib/Horde/Imap/Client Base.php Cache.php 
                                      Cclient.php Socket.php 
    Imap_Client/test/Horde/Imap test_client.php 
  Log:
  Debug now takes a string parameter, which is used to open a stream to the
  wrapper defined in the stream.  Allows us to do things like send debug output
  to a file (VERY useful when hacking on IMP).
  FETCH_HEADERTEXT and FETCH_HEADERS now support a 'parse' parameter which will
  cause the return to be parsed into a MIME_Headers object.
  FETCH_STRUCTURE now supports a 'parse ' parameter which will cause the return
  to be parsed into a MIME_Message object.
  Make 'timeout' a generic config option, and have Cclient support either an
  array or integer value for this option.
  Several bugfixes.
  
  Revision  Changes    Path
  1.36      +8 -2      framework/Imap_Client/lib/Horde/Imap/Client.php
  1.60      +72 -19    framework/Imap_Client/lib/Horde/Imap/Client/Base.php
  1.4       +9 -10     framework/Imap_Client/lib/Horde/Imap/Client/Cache.php
  1.50      +41 -14    framework/Imap_Client/lib/Horde/Imap/Client/Cclient.php
  1.72      +34 -21    framework/Imap_Client/lib/Horde/Imap/Client/Socket.php
  1.42      +6 -6      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.35&r2=1.36&ty=u
  http://cvs.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Base.php?r1=1.59&r2=1.60&ty=u
  http://cvs.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Cache.php?r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Cclient.php?r1=1.49&r2=1.50&ty=u
  http://cvs.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Socket.php?r1=1.71&r2=1.72&ty=u
  http://cvs.horde.org/diff.php/framework/Imap_Client/test/Horde/Imap/test_client.php?r1=1.41&r2=1.42&ty=u


More information about the cvs mailing list