[commits] Horde branch master updated.	43bbbd01cfb26ff4aa60986240487c503915a22a
    Michael M Slusarz 
    slusarz at horde.org
       
    Tue Sep 25 07:12:24 UTC 2012
    
    
  
The branch "master" has been updated.
The following is a summary of the commits.
from: 023246bd27d9d02d9a74b110903ef35e4b32e284
465f723 [mms] Improved IMAP tokenizer of server response data using PHP temporary streams.
d2f3e62 Fix clicking on popdowns in mailbox header bar
18a4464 Fix handling 0-length literals
43bbbd0 Fix IMAP debugging output
-----------------------------------------------------------------------
commit 465f723c1c168d264b72fde6d5a106b4427bb27a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Sep 24 17:55:30 2012 -0600
    [mms] Improved IMAP tokenizer of server response data using PHP temporary streams.
    
    Improved parsing of IMAP threading data. Necessary to rewrite because of
    new tokenizer usage.
 framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING         |   36 +
 framework/Imap_Client/lib/Horde/Imap/Client/Base.php          |   18 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Data/Thread.php   |  148 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php        |  765 ++++-----
 framework/Imap_Client/lib/Horde/Imap/Client/Tokenize.php      |    7 +-
 framework/Imap_Client/package.xml                             |    4 +
 framework/Imap_Client/test/Horde/Imap/Client/SocketTest.php   |  122 ++-
 framework/Imap_Client/test/Horde/Imap/Client/Stub/Socket.php  |   26 +-
 framework/Imap_Client/test/Horde/Imap/Client/TokenizeTest.php |   11 +
 imp/lib/Mailbox/List.php                                      |   38 +-
 10 files changed, 632 insertions(+), 543 deletions(-)
http://git.horde.org/horde-git/-/commit/465f723c1c168d264b72fde6d5a106b4427bb27a
-----------------------------------------------------------------------
commit d2f3e6263d4b4570423a9d0637053f1e19fd6aa1
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Sep 25 00:21:27 2012 -0600
    Fix clicking on popdowns in mailbox header bar
 imp/js/dimpbase.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/d2f3e6263d4b4570423a9d0637053f1e19fd6aa1
-----------------------------------------------------------------------
commit 18a44640f768c55321b5d83a7238bda3837bbbcf
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Sep 25 00:46:48 2012 -0600
    Fix handling 0-length literals
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/18a44640f768c55321b5d83a7238bda3837bbbcf
-----------------------------------------------------------------------
commit 43bbbd01cfb26ff4aa60986240487c503915a22a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Sep 24 06:11:56 2012 -0600
    Fix IMAP debugging output
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/43bbbd01cfb26ff4aa60986240487c503915a22a
    
    
More information about the commits
mailing list