[commits] Horde branch master updated. 69d52da8792bd68a536a3fb969201e8a7dc921d0

Michael M Slusarz slusarz at horde.org
Wed Oct 26 22:46:47 UTC 2011


The branch "master" has been updated.
The following is a summary of the commits.

from: 2f8fb3fc661cadc767a08255a364e6b1f755191d

78a5870 Remove Mock driver
98d4764 Added UPGRADING file to Imap_Client package to describe API changes
4b2f38b Handle large address list in message headers
69d52da Bug #10093: Added Horde_Imap_Client_Mailbox

-----------------------------------------------------------------------

commit 78a58705c5f24fc265b4768d96d4da66de263560
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 26 12:04:25 2011 -0600

    Remove Mock driver
    
    Nowhere near working.  I believe Gunnar created this originally, but
    looking at Kolab test code, he has moved to mocking the Socket driver
    anyway.

 framework/Imap_Client/lib/Horde/Imap/Client/Base.php              |  114 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Mock.php              |  617 -----
 framework/Imap_Client/lib/Horde/Imap/Client/Search/Query.php      |    7 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php            |    2 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Utils.php             |  123 +
 framework/Imap_Client/package.xml                                 |   22 +-
 .../Kolab_Storage/test/Horde/Kolab/Storage/AttachmentTest.php     |    1 -
 7 files changed, 142 insertions(+), 744 deletions(-)
 delete mode 100644 framework/Imap_Client/lib/Horde/Imap/Client/Mock.php

http://git.horde.org/horde-git/-/commit/78a58705c5f24fc265b4768d96d4da66de263560

-----------------------------------------------------------------------

commit 98d47640d710701000e282652af36a4128383c41
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 26 12:18:13 2011 -0600

    Added UPGRADING file to Imap_Client package to describe API changes

 framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING |   67 +++++++++++++++++
 framework/Imap_Client/package.xml                     |    4 +-
 2 files changed, 70 insertions(+), 1 deletions(-)
 create mode 100644 framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING

http://git.horde.org/horde-git/-/commit/98d47640d710701000e282652af36a4128383c41

-----------------------------------------------------------------------

commit 4b2f38b09edc6017f6bb9e2c5d3c169ac95e8d6b
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 26 13:07:48 2011 -0600

    Handle large address list in message headers

 imp/themes/default/dimp/screen.css |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/4b2f38b09edc6017f6bb9e2c5d3c169ac95e8d6b

-----------------------------------------------------------------------

commit 69d52da8792bd68a536a3fb969201e8a7dc921d0
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Oct 19 16:06:21 2011 -0600

    Bug #10093: Added Horde_Imap_Client_Mailbox
    
    Provides way to accurately switch between UTF7-IMAP and UTF-8 mailbox
    representations.

 framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING        |    9 +
 framework/Imap_Client/lib/Horde/Imap/Client/Mailbox.php      |  128 ++++++++++
 framework/Imap_Client/lib/Horde/Imap/Client/Utf7imap.php     |   15 +-
 framework/Imap_Client/package.xml                            |    6 +
 framework/Imap_Client/test/Horde/Imap/Client/MailboxTest.php |  118 +++++++++
 5 files changed, 270 insertions(+), 6 deletions(-)
 create mode 100644 framework/Imap_Client/lib/Horde/Imap/Client/Mailbox.php
 create mode 100644 framework/Imap_Client/test/Horde/Imap/Client/MailboxTest.php

http://git.horde.org/horde-git/-/commit/69d52da8792bd68a536a3fb969201e8a7dc921d0




More information about the commits mailing list