[commits] Horde branch master updated. a01c30790e4618bdfd116185980ce798562cf70b
Michael M Slusarz
slusarz at horde.org
Tue May 3 17:02:46 UTC 2011
The branch "master" has been updated.
The following is a summary of the commits.
from: 39758258cfc1f4b31a1f42717ae4ae91cd8ee6d8
bf4c941 Fix access() call
b57dd0a MDNSent() requires an IMP_Mailbox object
1c91e52 Add IMP_Imap::getPermanentFlags()
5755d74 Correctly return PERMANENTFLAGS information if missing in server return.
7ac8db7 Cache list of settable flags for a mailbox.
a01c307 Bug #10036: We need to cast this to int. Otherwise php will receive a string.
-----------------------------------------------------------------------
commit bf4c941723bed81ba6871d0dfee1c9ca7fa372dc
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Mon May 2 23:59:35 2011 -0600
Fix access() call
imp/lib/Api.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/bf4c941723bed81ba6871d0dfee1c9ca7fa372dc
-----------------------------------------------------------------------
commit b57dd0a1caeb394930f906febec4464cafae4908
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Tue May 3 00:04:42 2011 -0600
MDNSent() requires an IMP_Mailbox object
imp/lib/Ui/Message.php | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/b57dd0a1caeb394930f906febec4464cafae4908
-----------------------------------------------------------------------
commit 1c91e52c5373cbe4013f6ae9b21708a696f087fc
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Tue May 3 00:07:00 2011 -0600
Add IMP_Imap::getPermanentFlags()
imp/lib/Flags.php | 11 ++++-------
imp/lib/Imap.php | 15 +++++++++++++++
imp/lib/Ui/Message.php | 4 +---
3 files changed, 20 insertions(+), 10 deletions(-)
http://git.horde.org/horde-git/-/commit/1c91e52c5373cbe4013f6ae9b21708a696f087fc
-----------------------------------------------------------------------
commit 5755d74e5516e7720d6dee61c655214ca2ca8280
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Tue May 3 00:26:47 2011 -0600
Correctly return PERMANENTFLAGS information if missing in server return.
framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 8 ++++++++
framework/Imap_Client/package.xml | 1 +
2 files changed, 9 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/5755d74e5516e7720d6dee61c655214ca2ca8280
-----------------------------------------------------------------------
commit 7ac8db7acbea8a5d85bb8fda831c07b3dc63a352
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Tue May 3 01:12:49 2011 -0600
Cache list of settable flags for a mailbox.
imp/docs/CHANGES | 1 +
imp/lib/Flags.php | 19 +++----
imp/lib/Imap.php | 35 +++++++++--
imp/lib/Imap/PermanentFlags.php | 126 +++++++++++++++++++++++++++++++++++++++
imp/lib/Ui/Message.php | 2 +-
imp/package.xml | 2 +-
6 files changed, 167 insertions(+), 18 deletions(-)
create mode 100644 imp/lib/Imap/PermanentFlags.php
http://git.horde.org/horde-git/-/commit/7ac8db7acbea8a5d85bb8fda831c07b3dc63a352
-----------------------------------------------------------------------
commit a01c30790e4618bdfd116185980ce798562cf70b
Author: Rui Carneiro <rui.carneiro at portugalmail.net>
Date: Tue May 3 12:13:58 2011 +0100
Bug #10036: We need to cast this to int. Otherwise php will receive a string.
Signed-off-by: Michael M Slusarz <slusarz at curecanti.org>
imp/docs/CHANGES | 2 ++
imp/js/dimpbase.js | 2 +-
imp/package.xml | 1 +
3 files changed, 4 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/a01c30790e4618bdfd116185980ce798562cf70b
More information about the commits
mailing list