[commits] Horde branch master updated. 575ab588c5679f1629b629faabb03123718ba628

Michael M Slusarz slusarz at horde.org
Tue Sep 18 07:13:01 UTC 2012


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

from: c7509e5bb021ae5fccc7dc96d062d7529d9f571c

5fb58a4 style
56cb426 Add add() method to the base stream class.
6bbf17f Use streams to process IMAP string data
575ab58 Fix opening tag

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

commit 5fb58a480b99a407735c439fcde3bd35b65282bb
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Sun Sep 16 22:41:00 2012 -0600

    style

 framework/Stream_Filter/lib/Horde/Stream/Filter/Null.php |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

http://git.horde.org/horde-git/-/commit/5fb58a480b99a407735c439fcde3bd35b65282bb

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

commit 56cb426ac064f4868ad1b1a7ace43a29446678dc
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Sep 17 23:22:01 2012 -0600

    Add add() method to the base stream class.

 framework/Stream/lib/Horde/Stream.php           |   35 +++++++++++++++-
 framework/Stream/lib/Horde/Stream/Temp.php      |    4 +-
 framework/Stream/test/Horde/Stream/TempTest.php |   51 +++++++++++++++++++++++
 3 files changed, 88 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/56cb426ac064f4868ad1b1a7ace43a29446678dc

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

commit 6bbf17f23449e1122e37e0685e598f94964f9b92
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Sep 18 00:25:30 2012 -0600

    Use streams to process IMAP string data

 .../Imap_Client/lib/Horde/Imap/Client/Data/Format/Astring.php     |    9 +-
 .../lib/Horde/Imap/Client/Data/Format/Filter/Quote.php            |   35 +
 .../lib/Horde/Imap/Client/Data/Format/Filter/String.php           |  100 +++
 framework/Imap_Client/lib/Horde/Imap/Client/Data/Format/List.php  |    3 +-
 .../Imap_Client/lib/Horde/Imap/Client/Data/Format/ListMailbox.php |   13 +-
 .../Imap_Client/lib/Horde/Imap/Client/Data/Format/Mailbox.php     |   22 +-
 .../Imap_Client/lib/Horde/Imap/Client/Data/Format/Nstring.php     |   30 +-
 .../Imap_Client/lib/Horde/Imap/Client/Data/Format/String.php      |   99 ++-
 framework/Imap_Client/test/Horde/Imap/Client/DataFormatTest.php   |  142 +++--
 9 files changed, 356 insertions(+), 97 deletions(-)
 create mode 100644 framework/Imap_Client/lib/Horde/Imap/Client/Data/Format/Filter/Quote.php
 create mode 100644 framework/Imap_Client/lib/Horde/Imap/Client/Data/Format/Filter/String.php

http://git.horde.org/horde-git/-/commit/6bbf17f23449e1122e37e0685e598f94964f9b92

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

commit 575ab588c5679f1629b629faabb03123718ba628
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Sep 18 01:05:48 2012 -0600

    Fix opening tag

 framework/Secret/package.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://git.horde.org/horde-git/-/commit/575ab588c5679f1629b629faabb03123718ba628




More information about the commits mailing list