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

Michael M Slusarz slusarz at horde.org
Tue Sep 23 20:41:19 UTC 2008


slusarz     2008-09-23 16:41:19 EDT

  Modified files:
    Imap_Client/lib/Horde/Imap/Client Base.php Cclient.php 
                                      Socket.php 
  Log:
  Cclient driver now throws errors when appropriate. Capture imap warnings
  sent to stdout. Fix a bunch of small bugs while going through the code.
  Make escape() a public function.
  Move Socket tokenizing code to its own function - needed to tokenize
  capability information returned in a status response.
  Change 'utf8' option if mailbox converted - useful if we have to internally
  call functions with the existing arguments (i.e. calling Socket functions
  from Cclient).
  Add option to convert mailbox in currentMailbox().
  
  Revision  Changes    Path
  1.22      +56 -11    incubator/Imap_Client/lib/Horde/Imap/Client/Base.php
  1.21      +309 -98   incubator/Imap_Client/lib/Horde/Imap/Client/Cclient.php
  1.26      +93 -92    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.21&r2=1.22&ty=u
  http://cvs.horde.org/diff.php/incubator/Imap_Client/lib/Horde/Imap/Client/Cclient.php?r1=1.20&r2=1.21&ty=u
  http://cvs.horde.org/diff.php/incubator/Imap_Client/lib/Horde/Imap/Client/Socket.php?r1=1.25&r2=1.26&ty=u


More information about the cvs mailing list