[commits] Horde branch master updated. 35e5ad4fe0650ffa7c679c7447eeb34a703133f4

Michael M Slusarz slusarz at horde.org
Wed May 6 00:43:43 UTC 2015


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

from: f71aa018a6895f5bfa6befd8e981b0183aa6906f

c6a798e Keyserver test is not reliable enough to run automatically
8a137e7 [mms] Don't load literal IMAP data into a string variable when tokenizing IMAP input.
645a204 Correctly reset pointer to end of stream if literal is not found
85f7506 Fix duration calculations for audio and video parts
35e5ad4 [mms] Directly store literal data in a separate stream when parsing IMAP tokens, so we don't have to duplicate the stream later when processing it.

Summary: http://github.com/horde/horde/compare/f71aa018a6895f5bfa6befd8e981b0183aa6906f...35e5ad4fe0650ffa7c679c7447eeb34a703133f4

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

commit c6a798ed6be19d8205d64bf159535993e9e88acf
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon May 4 22:05:18 2015 -0600

    Keyserver test is not reliable enough to run automatically

 framework/Pgp/test/Horde/Pgp/KeyserverTest.php |   21 +++++++++++----------
 1 files changed, 11 insertions(+), 10 deletions(-)

http://github.com/horde/horde/commit/c6a798ed6be19d8205d64bf159535993e9e88acf

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

commit 8a137e79ea999af484b33841498231dcabbde2fb
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue May 5 12:05:00 2015 -0600

    [mms] Don't load literal IMAP data into a string variable when tokenizing IMAP input.

 framework/Imap_Client/lib/Horde/Imap/Client/Data/Fetch.php |   60 +++++++++---
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php     |    8 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Tokenize.php   |   56 ++++++++++-
 framework/Imap_Client/package.xml                          |    2 +
 4 files changed, 102 insertions(+), 24 deletions(-)

http://github.com/horde/horde/commit/8a137e79ea999af484b33841498231dcabbde2fb

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

commit 645a2040db4933f2d9264c71594c9b8355a62048
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue May 5 18:07:15 2015 -0600

    Correctly reset pointer to end of stream if literal is not found
    
    Previously, pointer would have been set to closing literal bracket

 framework/Imap_Client/lib/Horde/Imap/Client/Tokenize.php |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/645a2040db4933f2d9264c71594c9b8355a62048

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

commit 85f7506c498baed05091ac3c3c1630a7f410cdfe
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue May 5 18:23:56 2015 -0600

    Fix duration calculations for audio and video parts

 imp/lib/Mime/Viewer/Audio.php |    4 ++--
 imp/lib/Mime/Viewer/Video.php |    6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

http://github.com/horde/horde/commit/85f7506c498baed05091ac3c3c1630a7f410cdfe

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

commit 35e5ad4fe0650ffa7c679c7447eeb34a703133f4
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue May 5 18:33:11 2015 -0600

    [mms] Directly store literal data in a separate stream when parsing IMAP tokens, so we don't have to duplicate the stream later when processing it.

 .../lib/Horde/Imap/Client/Socket/Connection/Socket.php            |    2 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Tokenize.php          |   52 ++++-
 framework/Imap_Client/package.xml                                 |    2 +
 3 files changed, 44 insertions(+), 12 deletions(-)

http://github.com/horde/horde/commit/35e5ad4fe0650ffa7c679c7447eeb34a703133f4




More information about the commits mailing list