[commits] Horde branch master updated. 0d66d4551dd946fb1068698b949e41fc8c85150d

Michael M Slusarz slusarz at horde.org
Wed Mar 5 19:39:47 UTC 2014


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

from: def59ce3030e8fdf8123870c2954206f4ed58ead

164fa6b [mms] More accurate way of determining appended UID on append when UIDPLUS is not available.
86256dd Thought so, but wanted to check
a890f1b Abstract message ID search into separate method
719482a [mms] Horde_Mime_Headers#parseHeaders() now accepts resources and Horde_Stream objects.
1eaa346 Have Horde_Mime_Headers#parseHeaders() deal with all parsing details
5f6a989 Pass stream in
2303960 Another place to pass in a stream
0d66d45 [mms] Add 'force_map' option to Horde_Imap_Client_Base#copy() to guarantee that the mapping array is always returned.

Summary: http://github.com/horde/horde/compare/def59ce3030e8fdf8123870c2954206f4ed58ead...0d66d4551dd946fb1068698b949e41fc8c85150d

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

commit 164fa6b8b05c19838d988b3faee55219623e460c
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Mar 5 11:23:16 2014 -0700

    [mms] More accurate way of determining appended UID on append when UIDPLUS is not available.
    
    Since Message-IDs can be duplicated within a mailbox (if more than one
    copy of same message exists), we want the highest UID.

 framework/Imap_Client/lib/Horde/Imap/Client/Base.php |    6 ++++--
 framework/Imap_Client/package.xml                    |    2 ++
 2 files changed, 6 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/164fa6b8b05c19838d988b3faee55219623e460c
http://git.horde.org/horde-git/-/commit/164fa6b8b05c19838d988b3faee55219623e460c

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

commit 86256dd293c10005e673901d9a8bd33fd635898a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Mar 5 11:32:05 2014 -0700

    Thought so, but wanted to check

 framework/Imap_Client/test/Horde/Imap/Client/IdsTest.php |   16 ++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/86256dd293c10005e673901d9a8bd33fd635898a
http://git.horde.org/horde-git/-/commit/86256dd293c10005e673901d9a8bd33fd635898a

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

commit a890f1b7e25c87021e67dbe46f205b7c6e716199
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Mar 5 11:36:54 2014 -0700

    Abstract message ID search into separate method

 framework/Imap_Client/lib/Horde/Imap/Client/Base.php |   39 +++++++++++++-----
 1 files changed, 28 insertions(+), 11 deletions(-)

http://github.com/horde/horde/commit/a890f1b7e25c87021e67dbe46f205b7c6e716199
http://git.horde.org/horde-git/-/commit/a890f1b7e25c87021e67dbe46f205b7c6e716199

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

commit 719482ad40a99e28fac3db19d89cf5cdab8dbfcd
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Mar 5 11:49:37 2014 -0700

    [mms] Horde_Mime_Headers#parseHeaders() now accepts resources and Horde_Stream objects.

 framework/Mime/doc/Horde/Mime/UPGRADING        |   10 ++++++++++
 framework/Mime/lib/Horde/Mime/Headers.php      |   18 ++++++++++++------
 framework/Mime/package.xml                     |   12 ++++++------
 framework/Mime/test/Horde/Mime/HeadersTest.php |   19 +++++++++++++++++++
 4 files changed, 47 insertions(+), 12 deletions(-)

http://github.com/horde/horde/commit/719482ad40a99e28fac3db19d89cf5cdab8dbfcd
http://git.horde.org/horde-git/-/commit/719482ad40a99e28fac3db19d89cf5cdab8dbfcd

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

commit 1eaa34694fd6b7d66df368a0fa36227d7945d809
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Mar 5 11:51:17 2014 -0700

    Have Horde_Mime_Headers#parseHeaders() deal with all parsing details

 framework/Imap_Client/lib/Horde/Imap/Client/Base.php |   13 ++-----------
 framework/Imap_Client/package.xml                    |    2 +-
 2 files changed, 3 insertions(+), 12 deletions(-)

http://github.com/horde/horde/commit/1eaa34694fd6b7d66df368a0fa36227d7945d809
http://git.horde.org/horde-git/-/commit/1eaa34694fd6b7d66df368a0fa36227d7945d809

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

commit 5f6a9896a5236fb8434baf00652fdba84e8c74d6
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Mar 5 11:55:57 2014 -0700

    Pass stream in

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

http://github.com/horde/horde/commit/5f6a9896a5236fb8434baf00652fdba84e8c74d6
http://git.horde.org/horde-git/-/commit/5f6a9896a5236fb8434baf00652fdba84e8c74d6

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

commit 2303960704c576b7abe5bafae0b20f80b8e2cadf
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Mar 5 12:02:07 2014 -0700

    Another place to pass in a stream

 framework/Imap_Client/lib/Horde/Imap/Client/Data/Fetch.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/2303960704c576b7abe5bafae0b20f80b8e2cadf
http://git.horde.org/horde-git/-/commit/2303960704c576b7abe5bafae0b20f80b8e2cadf

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

commit 0d66d4551dd946fb1068698b949e41fc8c85150d
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Wed Mar 5 12:22:03 2014 -0700

    [mms] Add 'force_map' option to Horde_Imap_Client_Base#copy() to guarantee that the mapping array is always returned.
    
    See Bug #13010

 framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING             |   10 ++
 framework/Imap_Client/lib/Horde/Imap/Client/Base.php              |   27 ++++-
 framework/Imap_Client/package.xml                                 |   10 +-
 .../Imap_Client/test/Horde/Imap/Client/RemoteImapServerTest.php   |   22 +++--
 4 files changed, 54 insertions(+), 15 deletions(-)

http://github.com/horde/horde/commit/0d66d4551dd946fb1068698b949e41fc8c85150d
http://git.horde.org/horde-git/-/commit/0d66d4551dd946fb1068698b949e41fc8c85150d




More information about the commits mailing list