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

Michael M Slusarz slusarz at horde.org
Tue Sep 16 07:18:48 UTC 2008


slusarz     2008-09-16 03:18:48 EDT

  Modified files:
    Imap_Client/lib/Horde/Imap/Client Base.php Cclient.php 
                                      Socket.php 
  Log:
  Revamp IMAP response handling - now, run all responses through a set
  response handler which will handle any potential tagged or untagged response
  that might be returned by the server.  This means we have to cache some data
  so it is available to the initiating function to return.  The IMAP
  specification is pretty darn complex, and starts to make sense about at about
  hour 52 of reading through it.
  Get rid of searchCharset() - it will be reincarnated within the search()
  functionality once the 'BADCHARSET' status response handler is written.
  Implement alerts().
  Fix noop() definition error.
  
  Revision  Changes    Path
  1.16      +14 -19    incubator/Imap_Client/lib/Horde/Imap/Client/Base.php
  1.15      +23 -31    incubator/Imap_Client/lib/Horde/Imap/Client/Cclient.php
  1.18      +521 -417  incubator/Imap_Client/lib/Horde/Imap/Client/Socket.php

  Chora Links:
  http://cvs.horde.org/diff.php/incubator/Imap_Client/lib/Horde/Imap/Client/Base.php?r1=1.15&r2=1.16&ty=u
  http://cvs.horde.org/diff.php/incubator/Imap_Client/lib/Horde/Imap/Client/Cclient.php?r1=1.14&r2=1.15&ty=u
  http://cvs.horde.org/diff.php/incubator/Imap_Client/lib/Horde/Imap/Client/Socket.php?r1=1.17&r2=1.18&ty=u


More information about the cvs mailing list