[commits] Horde branch master updated. 22be8328dbf6f39f86e97b28b59807474ce4d799
Michael M Slusarz
slusarz at horde.org
Wed Oct 17 03:11:02 UTC 2012
The branch "master" has been updated.
The following is a summary of the commits.
from: d94d32963740fda3026fea230c2854a26dc35255
b785786 Mirror output of dynamic view
31d7c92 Move save_attachments pref to the sentmail group
2694319 [mms] Optimize APPEND so that we don't send large amounts of data to server if the server is not going to accept the data.
f27f67d Revert "[mms] Add STATUS_HIGHESTMODSEQ_EXACT option to Horde_Imap_Client_Base#status()."
22be832 [mms] Correctly handle determination of highestmodseq in currently selected mailbox if CONDSTORE, but not QRESYNC, is active.
-----------------------------------------------------------------------
commit b78578627d7ede783b55f22da82f927c7256a23b
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Oct 16 02:48:21 2012 -0600
Mirror output of dynamic view
imp/mailbox.php | 19 +++++++++++--------
1 files changed, 11 insertions(+), 8 deletions(-)
http://git.horde.org/horde-git/-/commit/b78578627d7ede783b55f22da82f927c7256a23b
-----------------------------------------------------------------------
commit 31d7c9217af760a8ccf14dcdfb926bfd53b06a75
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Oct 16 14:10:19 2012 -0600
Move save_attachments pref to the sentmail group
imp/config/prefs.php | 36 ++++++++++++++++++------------------
1 files changed, 18 insertions(+), 18 deletions(-)
http://git.horde.org/horde-git/-/commit/31d7c9217af760a8ccf14dcdfb926bfd53b06a75
-----------------------------------------------------------------------
commit 26943190bd606283cf34390043b062b059b175bb
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Oct 16 14:11:19 2012 -0600
[mms] Optimize APPEND so that we don't send large amounts of data to server if the server is not going to accept the data.
LITERAL+ normally saves us a roundtrip, but for APPEND data the server
may reject the incoming data based on the data size. Instead, if the
outgoing data payload is over a certain size, the tradeoff of catching
errors before we send the data outweighs the benefits of not waiting for
the continuation request from the server.
framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 46 ++++++++++------
framework/Imap_Client/package.xml | 2 +
2 files changed, 32 insertions(+), 16 deletions(-)
http://git.horde.org/horde-git/-/commit/26943190bd606283cf34390043b062b059b175bb
-----------------------------------------------------------------------
commit f27f67d96b2b0817fdc35fa0c9eab4136710505f
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Oct 16 14:27:20 2012 -0600
Revert "[mms] Add STATUS_HIGHESTMODSEQ_EXACT option to Horde_Imap_Client_Base#status()."
This reverts commit ebcae654fa271bd84d18138a2736416df223e9d1.
Conflicts:
framework/Imap_Client/package.xml
framework/Imap_Client/lib/Horde/Imap/Client.php | 1 -
framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 35 +-----------------
framework/Imap_Client/package.xml | 2 -
3 files changed, 2 insertions(+), 36 deletions(-)
http://git.horde.org/horde-git/-/commit/f27f67d96b2b0817fdc35fa0c9eab4136710505f
-----------------------------------------------------------------------
commit 22be8328dbf6f39f86e97b28b59807474ce4d799
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Oct 16 20:54:35 2012 -0600
[mms] Correctly handle determination of highestmodseq in currently selected mailbox if CONDSTORE, but not QRESYNC, is active.
framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 64 +++++++++-------
framework/Imap_Client/package.xml | 2 +
2 files changed, 39 insertions(+), 27 deletions(-)
http://git.horde.org/horde-git/-/commit/22be8328dbf6f39f86e97b28b59807474ce4d799
More information about the commits
mailing list