[commits] Horde branch master updated. 19e95c545f6755b9885f143f1ecb95b84077c68b

Michael M Slusarz slusarz at horde.org
Fri Aug 20 22:57:43 UTC 2010


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

from: aa68398ade18b7b40f39fd913746266b9b02e633

3b3e0eb Fix javascript tree node toggling.
c153846 Use composeCache consistently to make the javascript work properly on the redirect page
a88ee4e Add support for special-use mailboxes (draft-ietf-morg-list-specialuse-02)
0d69a00 Add support for setting/retrieving special-use mailboxes from IMAP server
19e95c5 These constants are only used in the prefs UI

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

commit 3b3e0eba33de36df6a68a2213ad347048ef4b550
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Aug 20 14:40:12 2010 -0600

    Fix javascript tree node toggling.

 horde/js/hordetree.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/horde/js/hordetree.js?rt=horde-git&r1=3d69606504313d1b5636a52def0e888a6e0d3186&r2=3b3e0eba33de36df6a68a2213ad347048ef4b550

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

commit c15384659293c558d80cc752fc73e89c568c7803
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Aug 20 15:04:54 2010 -0600

    Use composeCache consistently to make the javascript work properly on the redirect page

 imp/js/fullmessage-dimp.js            |   13 ++++++-------
 imp/lib/Ajax/Application.php          |    4 ++--
 imp/templates/dimp/chunks/compose.php |    2 +-
 3 files changed, 9 insertions(+), 10 deletions(-)

http://git.horde.org/diff.php/imp/js/fullmessage-dimp.js?rt=horde-git&r1=4ff6763fddf80477f6e7d5c169bedf33cbf8e6ec&r2=c15384659293c558d80cc752fc73e89c568c7803
http://git.horde.org/diff.php/imp/lib/Ajax/Application.php?rt=horde-git&r1=9583b1984dd8cd40fde0bbc6e67291ab16374451&r2=c15384659293c558d80cc752fc73e89c568c7803
http://git.horde.org/diff.php/imp/templates/dimp/chunks/compose.php?rt=horde-git&r1=d1f25581ea41cb1c343d2764254b1b01254bad31&r2=c15384659293c558d80cc752fc73e89c568c7803

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

commit a88ee4ed970f2de8d3fce4280ff97d4de9b8a39f
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Aug 20 15:43:12 2010 -0600

    Add support for special-use mailboxes (draft-ietf-morg-list-specialuse-02)

 framework/Imap_Client/lib/Horde/Imap/Client/Base.php         |   25 +++++++-
 framework/Imap_Client/lib/Horde/Imap/Client/Cclient.php      |    8 ++-
 framework/Imap_Client/lib/Horde/Imap/Client/Cclient/Pop3.php |    3 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Mock.php         |    6 +-
 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php       |   30 ++++++++--
 framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php  |    3 +-
 framework/Imap_Client/package.xml                            |    3 +-
 7 files changed, 63 insertions(+), 15 deletions(-)

http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Base.php?rt=horde-git&r1=eb710536fde5483880c3e9c4ba38fa62df066bb4&r2=a88ee4ed970f2de8d3fce4280ff97d4de9b8a39f
http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Cclient.php?rt=horde-git&r1=eb710536fde5483880c3e9c4ba38fa62df066bb4&r2=a88ee4ed970f2de8d3fce4280ff97d4de9b8a39f
http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Cclient/Pop3.php?rt=horde-git&r1=eb710536fde5483880c3e9c4ba38fa62df066bb4&r2=a88ee4ed970f2de8d3fce4280ff97d4de9b8a39f
http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Mock.php?rt=horde-git&r1=eb710536fde5483880c3e9c4ba38fa62df066bb4&r2=a88ee4ed970f2de8d3fce4280ff97d4de9b8a39f
http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Socket.php?rt=horde-git&r1=af21616d0bb274f5657c615dfebe583f17167f87&r2=a88ee4ed970f2de8d3fce4280ff97d4de9b8a39f
http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Socket/Pop3.php?rt=horde-git&r1=eb710536fde5483880c3e9c4ba38fa62df066bb4&r2=a88ee4ed970f2de8d3fce4280ff97d4de9b8a39f
http://git.horde.org/diff.php/framework/Imap_Client/package.xml?rt=horde-git&r1=ef61b34022cc14ebdc8aab7aaa2905a94ba2c2c5&r2=a88ee4ed970f2de8d3fce4280ff97d4de9b8a39f

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

commit 0d69a0076ef7e6da85afff8bfaa82f917424bcf6
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Aug 20 16:47:28 2010 -0600

    Add support for setting/retrieving special-use mailboxes from IMAP server

 imp/docs/CHANGES                    |    2 +
 imp/docs/RFCS                       |    5 +-
 imp/lib/Folder.php                  |   33 +++++++++++-
 imp/lib/Prefs/Ui.php                |   98 +++++++++++++++++++++++++++--------
 imp/templates/prefs/drafts.html     |    1 +
 imp/templates/prefs/sentmail.html   |    1 +
 imp/templates/prefs/spam.html       |    1 +
 imp/templates/prefs/specialuse.html |    5 ++
 imp/templates/prefs/trash.html      |    1 +
 9 files changed, 122 insertions(+), 25 deletions(-)
 create mode 100644 imp/templates/prefs/specialuse.html

http://git.horde.org/diff.php/imp/docs/CHANGES?rt=horde-git&r1=37e91a0bdbf9afef33a9b6fcd1521c5ff30f8fb6&r2=0d69a0076ef7e6da85afff8bfaa82f917424bcf6
http://git.horde.org/diff.php/imp/docs/RFCS?rt=horde-git&r1=f5ed2187bcdc7f05dddfe6b2befda523a1670d64&r2=0d69a0076ef7e6da85afff8bfaa82f917424bcf6
http://git.horde.org/diff.php/imp/lib/Folder.php?rt=horde-git&r1=b9212e7506e93b227ae57150c43bb7cd62d60204&r2=0d69a0076ef7e6da85afff8bfaa82f917424bcf6
http://git.horde.org/diff.php/imp/lib/Prefs/Ui.php?rt=horde-git&r1=a347d541bc4fb6e57f1992180443fc99b806a576&r2=0d69a0076ef7e6da85afff8bfaa82f917424bcf6
http://git.horde.org/diff.php/imp/templates/prefs/drafts.html?rt=horde-git&r1=7c3aa3dcac7239f3f932d708e417263dc946b033&r2=0d69a0076ef7e6da85afff8bfaa82f917424bcf6
http://git.horde.org/diff.php/imp/templates/prefs/sentmail.html?rt=horde-git&r1=42898815201e243f6b36b2daea0825bac1128eaf&r2=0d69a0076ef7e6da85afff8bfaa82f917424bcf6
http://git.horde.org/diff.php/imp/templates/prefs/spam.html?rt=horde-git&r1=7c3aa3dcac7239f3f932d708e417263dc946b033&r2=0d69a0076ef7e6da85afff8bfaa82f917424bcf6
http://git.horde.org/co.php/imp/templates/prefs/specialuse.html?rt=horde-git&r=0d69a0076ef7e6da85afff8bfaa82f917424bcf6
http://git.horde.org/diff.php/imp/templates/prefs/trash.html?rt=horde-git&r1=7c3aa3dcac7239f3f932d708e417263dc946b033&r2=0d69a0076ef7e6da85afff8bfaa82f917424bcf6

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

commit 19e95c545f6755b9885f143f1ecb95b84077c68b
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Fri Aug 20 16:49:25 2010 -0600

    These constants are only used in the prefs UI

 imp/lib/IMP.php      |    5 -----
 imp/lib/Prefs/Ui.php |   32 +++++++++++++++++---------------
 2 files changed, 17 insertions(+), 20 deletions(-)

http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-git&r1=42898815201e243f6b36b2daea0825bac1128eaf&r2=19e95c545f6755b9885f143f1ecb95b84077c68b
http://git.horde.org/diff.php/imp/lib/Prefs/Ui.php?rt=horde-git&r1=0d69a0076ef7e6da85afff8bfaa82f917424bcf6&r2=19e95c545f6755b9885f143f1ecb95b84077c68b




More information about the commits mailing list