[commits] Horde branch master updated. f71aa018a6895f5bfa6befd8e981b0183aa6906f

Michael J. Rubinsky mrubinsk at horde.org
Tue May 5 14:50:01 UTC 2015


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

from: dd3398883330d260782e0618ba234e962de616a2

31804d1 More correct phpdoc.
fbdd5e9 More direct and effecient handling of the initial folder priming.
f65780b Seperate the folder changes from the message changes for clarity.
a76a448 todo
b91607b Spelling
d9272a5 todo
9cea9c9 'softdelete' is not required, so use an empty() check.
383b536 Imap client returns the full result set when empty ids object is used.
8c98fba6 Ensure we set an initial softDeleteTime after first sync.
ace7694 Tweak TODO wording.
d8aa8d4 Fix missing truncation default.
1caffd7 Simplify
b9fccfb Lazy load these properties.
a1f934c Simplify
921abfe phpdoc
0c35b4d Get the mime id from the mime part instead of a separate parameter.
9823f6d Another place to simplify parameters. Already have the mime_id.
8abb851 Add note, save someone else the hassle.
173f94f Add tests I added while trying to track down another issue.
c773f0d Revert "Imap client returns the full result set when empty ids object is used."
2f4cf9a Detect first sync here also.
dbe926d Proper default value for flags property is false.
c7154e6 Parse error.
4eda3dd Simplify.
d6ef196 Simplify, get mime id from the mime object.
482dd62 Add some memory usage logging.
f1ec9f9 @todo
60fd144 Short circuit client change detection for initial sync structure.
f8268eb Fix initial sync flag.
5368024 Don't build the entire change structure for initial sync.
a0480ed Don't poll for changes if we know we are already over the window max.
7fbe906 Fix phpdoc
2139fee Return a stream.
73f95d8 Not needed
49264c5 Report actual memory usage.
775c6bc Be sure to remove the stream filters on the message objects.
0e778df Use array_pop in place of current()
f15104f Better way of removing any stream filters.
9529ec1 Not needed. We only create one state object anyway...
4dd13e7 Can't check this here, as status isn't set yet.
11e0173 Typo.
9627087 Fix detecting initial prime.
182df90 Ensure we get a stream.
546e8bb phpdoc/@todo
51b2f06 Pass this by reference to avoid making copies of the array.
edee427 Use the maximumwindowsize config value, if available.
df185ff ws
71b3f55 Add maximum collection window size configuration for EAS.
f71aa01 Fix logic

Summary: http://github.com/horde/horde/compare/dd3398883330d260782e0618ba234e962de616a2...f71aa018a6895f5bfa6befd8e981b0183aa6906f

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

commit 31804d1f519b4b48acf67975e442c0a39452051b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Apr 29 09:54:54 2015 -0400

    More correct phpdoc.

 framework/ActiveSync/lib/Horde/ActiveSync/Collections.php |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/31804d1f519b4b48acf67975e442c0a39452051b

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

commit fbdd5e9e3dcc2af5123d0046c7ddd6ce28b63ad8
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Apr 29 09:55:11 2015 -0400

    More direct and effecient handling of the initial folder priming.

 framework/ActiveSync/lib/Horde/ActiveSync/Folder/Imap.php  |   32 ++++++++++-
 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php |    2 +-
 2 files changed, 30 insertions(+), 4 deletions(-)

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

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

commit f65780b19aaad87d3282bb955d73afce9b851354
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Apr 29 10:04:14 2015 -0400

    Seperate the folder changes from the message changes for clarity.

 framework/ActiveSync/lib/Horde/ActiveSync/Connector/Exporter.php |  254 +++---
 1 files changed, 137 insertions(+), 117 deletions(-)

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

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

commit a76a4480412f8e4113ac1201394932ca31f58422
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Apr 29 10:17:30 2015 -0400

    todo

 framework/ActiveSync/doc/Horde/ActiveSync/TODO |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

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

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

commit b91607b2aabddd819e4ed0ee33dbf048737bb005
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Apr 29 10:19:38 2015 -0400

    Spelling

 framework/ActiveSync/doc/Horde/ActiveSync/TODO |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit d9272a55ac1d9e9f248110862e6ee412b882b036
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Apr 29 10:23:37 2015 -0400

    todo

 framework/ActiveSync/doc/Horde/ActiveSync/TODO |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

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

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

commit 9cea9c9086982463a6b07b5dba2fc8754301aeeb
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Apr 29 14:31:26 2015 -0400

    'softdelete' is not required, so use an empty() check.

 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/9cea9c9086982463a6b07b5dba2fc8754301aeeb

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

commit 383b536a56bfabc677b9117fdc20ea9855018f7c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Apr 29 14:31:57 2015 -0400

    Imap client returns the full result set when empty ids object is used.
    
    Prevent the SOFTDELETE from running when we know we don't have any
    messages.

 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/383b536a56bfabc677b9117fdc20ea9855018f7c

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

commit 8c98fba66a16b4616ebcf13ce84d573fb41ceb80
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Apr 29 14:33:23 2015 -0400

    Ensure we set an initial softDeleteTime after first sync.
    
    Prevents useless SOFTDELETE queries from running immediately after
    the first sync is complete.

 framework/Core/lib/Horde/Core/ActiveSync/Driver.php |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

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

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

commit ace76947f9ef27791e82b029ff3c3a861229326a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Apr 29 14:37:32 2015 -0400

    Tweak TODO wording.

 framework/ActiveSync/doc/Horde/ActiveSync/TODO |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

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

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

commit d8aa8d4abd225ee387cfbb89dce1e2d213f689b0
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Wed Apr 29 17:26:45 2015 -0400

    Fix missing truncation default.

 framework/Core/lib/Horde/Core/ActiveSync/Driver.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit 1caffd7ca4cab6f1c1a8d499daa9a8ddfffcac7e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Apr 30 15:57:52 2015 -0400

    Simplify

 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/1caffd7ca4cab6f1c1a8d499daa9a8ddfffcac7e

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

commit b9fccfb92533e1bd1799eafaa79f5c06d34e73d2
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Apr 30 16:13:12 2015 -0400

    Lazy load these properties.

 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Message.php |  105 +++++++-----
 1 files changed, 63 insertions(+), 42 deletions(-)

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

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

commit a1f934cd5653dcf5b8dd30bdc16eb37acc32b636
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Apr 30 16:41:08 2015 -0400

    Simplify

 .../ActiveSync/lib/Horde/ActiveSync/Imap/MessageBodyData.php      |   12 ++--
 1 files changed, 6 insertions(+), 6 deletions(-)

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

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

commit 921abfe08fa74ae91c1067563459ac3bbb5eada7
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Apr 30 16:41:15 2015 -0400

    phpdoc

 .../ActiveSync/lib/Horde/ActiveSync/Imap/MessageBodyData.php      |    6 ++--
 1 files changed, 3 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/921abfe08fa74ae91c1067563459ac3bbb5eada7

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

commit 0c35b4d82cf53f278ec14c9594aa06b76d46b48e
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Apr 30 16:44:06 2015 -0400

    Get the mime id from the mime part instead of a separate parameter.

 .../ActiveSync/lib/Horde/ActiveSync/Imap/MessageBodyData.php      |   10 ++---
 1 files changed, 4 insertions(+), 6 deletions(-)

http://github.com/horde/horde/commit/0c35b4d82cf53f278ec14c9594aa06b76d46b48e

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

commit 9823f6d7d7e9337c725256d5b2b28a8a64ee176c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Apr 30 16:48:02 2015 -0400

    Another place to simplify parameters. Already have the mime_id.

 .../ActiveSync/lib/Horde/ActiveSync/Imap/MessageBodyData.php      |    6 ++--
 1 files changed, 3 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/9823f6d7d7e9337c725256d5b2b28a8a64ee176c

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

commit 8abb8510fc54d7dd1dc3ce4eeb00483212805679
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Apr 30 21:39:57 2015 -0400

    Add note, save someone else the hassle.

 framework/Stream/lib/Horde/Stream/TempString.php |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

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

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

commit 173f94f60249fd871996fa393815959dd5912139
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Thu Apr 30 21:40:37 2015 -0400

    Add tests I added while trying to track down another issue.

 framework/Stream/test/Horde/Stream/Stream/TempStringTest.php |   13 ++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/173f94f60249fd871996fa393815959dd5912139

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

commit c773f0d0d8d9ceaaeb05426e46c5166afefaca75
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon May 4 10:46:09 2015 -0400

    Revert "Imap client returns the full result set when empty ids object is used."
    
    This reverts commit 3449e130885dfd4e279f22ddb0a290bcbccc3f8d.
    
    This was fixed in Horde_Imap_Client.

 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

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

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

commit 2f4cf9a32b254624a0636741b50c14da8e02931d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon May 4 10:48:22 2015 -0400

    Detect first sync here also.

 framework/ActiveSync/lib/Horde/ActiveSync/Connector/Exporter.php |   20 +++++-
 1 files changed, 17 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/2f4cf9a32b254624a0636741b50c14da8e02931d

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

commit dbe926d73d47c119d757d49b380dc6b28c488508
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon May 4 10:48:55 2015 -0400

    Proper default value for flags property is false.

 framework/ActiveSync/lib/Horde/ActiveSync/Connector/Exporter.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit c7154e6e35f848f41e956b62cbd1ba480b2a11bf
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon May 4 10:50:21 2015 -0400

    Parse error.

 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Message.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

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

commit 4eda3dd184a7dc21cb77be96e796b1238570f0a6
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon May 4 10:51:38 2015 -0400

    Simplify.

 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Message.php |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/4eda3dd184a7dc21cb77be96e796b1238570f0a6

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

commit d6ef196077d4322ba43874766dcb0cc46dca7575
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon May 4 10:52:55 2015 -0400

    Simplify, get mime id from the mime object.

 .../ActiveSync/lib/Horde/ActiveSync/Imap/MessageBodyData.php      |    6 +---
 1 files changed, 2 insertions(+), 4 deletions(-)

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

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

commit 482dd62b010823a825d3c5fce7b83c70cadab61f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon May 4 11:02:58 2015 -0400

    Add some memory usage logging.

 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/482dd62b010823a825d3c5fce7b83c70cadab61f

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

commit f1ec9f9ec9feab3eca6469e0cbd49fa161dee6cf
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon May 4 11:03:45 2015 -0400

    @todo

 framework/ActiveSync/lib/Horde/ActiveSync/Rfc822.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

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

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

commit 60fd14407a180991eca1a92115b3860c9b8f78d5
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon May 4 11:11:21 2015 -0400

    Short circuit client change detection for initial sync structure.

 framework/ActiveSync/lib/Horde/ActiveSync/State/Base.php |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/60fd14407a180991eca1a92115b3860c9b8f78d5

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

commit f8268eb3e287644050b2ab6cc824322d915ac1a1
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon May 4 11:13:25 2015 -0400

    Fix initial sync flag.

 framework/ActiveSync/lib/Horde/ActiveSync/Folder/Base.php       |    2 +-
 framework/ActiveSync/lib/Horde/ActiveSync/Folder/Collection.php |    7 -------
 framework/ActiveSync/lib/Horde/ActiveSync/Folder/Imap.php       |    2 ++
 3 files changed, 3 insertions(+), 8 deletions(-)

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

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

commit 5368024aaeb1fe96f88f9ace0d45f680a1051990
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon May 4 11:15:11 2015 -0400

    Don't build the entire change structure for initial sync.
    
    We know these are always ADD actions.

 framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php |    4 ++-
 framework/Core/lib/Horde/Core/ActiveSync/Driver.php     |   20 +++++++++++---
 2 files changed, 18 insertions(+), 6 deletions(-)

http://github.com/horde/horde/commit/5368024aaeb1fe96f88f9ace0d45f680a1051990

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

commit a0480ed9a8c0bef516d3be6f83e1ff35f2c32444
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon May 4 11:16:35 2015 -0400

    Don't poll for changes if we know we are already over the window max.

 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php |   43 +++++++++++-
 1 files changed, 41 insertions(+), 2 deletions(-)

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

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

commit 7fbe90644a7e448493b4d187f25cd90401fbeef0
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon May 4 11:17:20 2015 -0400

    Fix phpdoc

 framework/Core/lib/Horde/Core/ActiveSync/Mail.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/7fbe90644a7e448493b4d187f25cd90401fbeef0

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

commit 2139fee816cb8ce8add6b81f4da9d22f5385b67d
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon May 4 11:17:44 2015 -0400

    Return a stream.

 framework/Core/lib/Horde/Core/ActiveSync/Mail.php |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/2139fee816cb8ce8add6b81f4da9d22f5385b67d

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

commit 73f95d89282c2578e8183b60f7c3e9cb5f9e7ba0
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon May 4 11:57:00 2015 -0400

    Not needed

 framework/ActiveSync/lib/Horde/ActiveSync/State/Sql.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/73f95d89282c2578e8183b60f7c3e9cb5f9e7ba0

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

commit 49264c51f836af4bf922819f5484fe6d21ee59ec
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon May 4 12:07:58 2015 -0400

    Report actual memory usage.

 framework/ActiveSync/lib/Horde/ActiveSync.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/49264c51f836af4bf922819f5484fe6d21ee59ec

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

commit 775c6bca2f2a18c9de60c1f1d2f675ef25ab3423
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon May 4 13:17:06 2015 -0400

    Be sure to remove the stream filters on the message objects.

 .../lib/Horde/ActiveSync/Message/AirSyncBaseFileAttachment.php    |   12 +++-
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Base.php        |   18 ++++-
 2 files changed, 27 insertions(+), 3 deletions(-)

http://github.com/horde/horde/commit/775c6bca2f2a18c9de60c1f1d2f675ef25ab3423

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

commit 0e778df19aad7dd3be2c4ff0eafe3f908c6dc75c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon May 4 13:17:23 2015 -0400

    Use array_pop in place of current()

 framework/Core/lib/Horde/Core/ActiveSync/Driver.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/0e778df19aad7dd3be2c4ff0eafe3f908c6dc75c

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

commit f15104fc37aaa2a3615b14a62b115d73a110f75b
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon May 4 13:23:54 2015 -0400

    Better way of removing any stream filters.

 .../lib/Horde/ActiveSync/Message/AirSyncBaseFileAttachment.php    |   12 +----
 framework/ActiveSync/lib/Horde/ActiveSync/Message/Base.php        |   14 ++---
 2 files changed, 6 insertions(+), 20 deletions(-)

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

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

commit 9529ec119091dea9b3d5026c7a573015c25a7385
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon May 4 14:04:25 2015 -0400

    Not needed. We only create one state object anyway...

 framework/ActiveSync/lib/Horde/ActiveSync/State/Base.php |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

http://github.com/horde/horde/commit/9529ec119091dea9b3d5026c7a573015c25a7385

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

commit 4dd13e7bfb961fafbcbf951efac7a203a0581258
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon May 4 19:36:22 2015 -0400

    Can't check this here, as status isn't set yet.

 framework/ActiveSync/lib/Horde/ActiveSync/Folder/Imap.php |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

http://github.com/horde/horde/commit/4dd13e7bfb961fafbcbf951efac7a203a0581258

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

commit 11e01736f56cdbe1160ddc0ab577a9080c20d35f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon May 4 20:23:55 2015 -0400

    Typo.
    
    Guess this isn't reached too often...

 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Message.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/11e01736f56cdbe1160ddc0ab577a9080c20d35f

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

commit 9627087fd553687ad4ed70af27e6eb51383eabcf
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue May 5 09:28:22 2015 -0400

    Fix detecting initial prime.

 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/9627087fd553687ad4ed70af27e6eb51383eabcf

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

commit 182df90850720bc03075ffec4815d36e5e978d1f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue May 5 09:29:23 2015 -0400

    Ensure we get a stream.

 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Message.php |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/182df90850720bc03075ffec4815d36e5e978d1f

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

commit 546e8bb7512b7570d0b409c6b3a3f0bb5d81462a
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue May 5 09:29:46 2015 -0400

    phpdoc/@todo

 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Message.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/546e8bb7512b7570d0b409c6b3a3f0bb5d81462a

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

commit 51b2f063c29ba2819b8d890f658e43fef47e81de
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue May 5 09:31:08 2015 -0400

    Pass this by reference to avoid making copies of the array.
    
    This array can contain large amounts of body text, avoid copying it.

 .../ActiveSync/lib/Horde/ActiveSync/Imap/MessageBodyData.php      |   13 +++--
 1 files changed, 7 insertions(+), 6 deletions(-)

http://github.com/horde/horde/commit/51b2f063c29ba2819b8d890f658e43fef47e81de

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

commit edee4275ee61e81d99f652f2c119c574488be344
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue May 5 09:32:59 2015 -0400

    Use the maximumwindowsize config value, if available.

 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php |   16 +++++++----
 1 files changed, 10 insertions(+), 6 deletions(-)

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

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

commit df185ff1ee6ac39ed435fdbb8be2fefe9f1f0ee2
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue May 5 09:33:33 2015 -0400

    ws

 framework/ActiveSync/lib/Horde/ActiveSync/Request/SyncBase.php |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

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

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

commit 71b3f554b3463c120c69239f03d90c2f2a2a9413
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue May 5 09:33:47 2015 -0400

    Add maximum collection window size configuration for EAS.

 horde/config/conf.xml |   19 ++++++++++++++++++-
 1 files changed, 18 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/71b3f554b3463c120c69239f03d90c2f2a2a9413

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

commit f71aa018a6895f5bfa6befd8e981b0183aa6906f
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Tue May 5 10:01:05 2015 -0400

    Fix logic

 framework/ActiveSync/lib/Horde/ActiveSync/Request/Sync.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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




More information about the commits mailing list