[commits] Horde branch master updated. 2e30f44d1cd66748fe7787e8a2293cef8d9c5989

Michael M Slusarz slusarz at horde.org
Wed Feb 10 06:17:22 UTC 2010


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

from: fdaed514a9f940f7ae5dc42101f9ac81a197263d

218a768 Fix several options argument issues
003901b Move init() to a better location in the file
41d6974 Add IMP_Folder binder class.
a91e856 Fix label determination for INBOX.
24a0676 More improvements to mailbox tree generation.
38cfc29 Only show unsubscribed style if viewing unsubscribed mailboxes
8dc2a0e Make sure all special mailboxes are sent when rebuilding mailbox tree
2e30f44 Set inferred attributes if using LIST-EXTENDED

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

commit 218a7689bfd9d8985537b9ee26fb4d1aeddf3a0f
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Feb 9 15:18:15 2010 -0700

    Fix several options argument issues

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

http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Sort.php?rt=horde-git&r1=1a310b2de34193b3f984e4506d87b32de412a65e&r2=218a7689bfd9d8985537b9ee26fb4d1aeddf3a0f

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

commit 003901b79bc25894b29bfbb965799cbb1ead102d
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Feb 9 16:37:29 2010 -0700

    Move init() to a better location in the file

 imp/lib/Imap/Tree.php |  123 +++++++++++++++++++++++++------------------------
 1 files changed, 62 insertions(+), 61 deletions(-)

http://git.horde.org/diff.php/imp/lib/Imap/Tree.php?rt=horde-git&r1=a3f0c954834ed50d3cbe84863651ab82e3c0c529&r2=003901b79bc25894b29bfbb965799cbb1ead102d

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

commit 41d697490fcd624fa8f94f058fb7a48473c17ca9
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Feb 9 16:54:13 2010 -0700

    Add IMP_Folder binder class.
    
    Cache ID for folder list must include server key - or else logging into
    different servers will give server list from last server.

 imp/lib/Application.php            |    1 +
 imp/lib/Folder.php                 |   12 +++++++-----
 imp/lib/Injector/Binder/Folder.php |   33 +++++++++++++++++++++++++++++++++
 3 files changed, 41 insertions(+), 5 deletions(-)
 create mode 100644 imp/lib/Injector/Binder/Folder.php

http://git.horde.org/diff.php/imp/lib/Application.php?rt=horde-git&r1=49893aecfc0d44ad7250d5056ac1b7ed91dd0d52&r2=41d697490fcd624fa8f94f058fb7a48473c17ca9
http://git.horde.org/diff.php/imp/lib/Folder.php?rt=horde-git&r1=12e455a324a5a44ca84c3d8939d50484eb9d9ad8&r2=41d697490fcd624fa8f94f058fb7a48473c17ca9
http://git.horde.org/co.php/imp/lib/Injector/Binder/Folder.php?rt=horde-git&r=41d697490fcd624fa8f94f058fb7a48473c17ca9

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

commit a91e8565d38bba2c893617e1a8931e133d312bc9
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Feb 9 21:19:12 2010 -0700

    Fix label determination for INBOX.
    
    If namespace is INBOX., and mailbox is INBOX.INBOX, this mailbox should
    not have a translated label name.

 imp/lib/IMP.php |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

http://git.horde.org/diff.php/imp/lib/IMP.php?rt=horde-git&r1=cd624150e5fa2d0f3aa6edcc966d7d588f14a1c9&r2=a91e8565d38bba2c893617e1a8931e133d312bc9

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

commit 24a067646036cf6fa1647408fc252f168f2d65e1
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Feb 9 22:49:48 2010 -0700

    More improvements to mailbox tree generation.
    
    Leverage recent improvements in IMAP library that allow more consistent
    handling of things like attributes across various IMAP servers.
    Use attribute information to more intelligently create the mailbox tree.
    Saves an IMAP LIST call on initial build if subscribed only mailboxes
    are shown.
    Fixes special labels if they appear in a mailbox below the first level.
    Fixes Bug #8859

 imp/lib/Imap/Tree.php |  221 +++++++++++++++++++++++++++---------------------
 1 files changed, 124 insertions(+), 97 deletions(-)

http://git.horde.org/diff.php/imp/lib/Imap/Tree.php?rt=horde-git&r1=003901b79bc25894b29bfbb965799cbb1ead102d&r2=24a067646036cf6fa1647408fc252f168f2d65e1

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

commit 38cfc29f4f1bc459ae7b9309a7632680e29bf605
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Feb 9 22:55:52 2010 -0700

    Only show unsubscribed style if viewing unsubscribed mailboxes

 imp/js/DimpBase.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/js/DimpBase.js?rt=horde-git&r1=b65ff3c0b7031ace2b520857c3c8e9aaad266305&r2=38cfc29f4f1bc459ae7b9309a7632680e29bf605

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

commit 8dc2a0ef9d76ed3d8ac9b82b88234a06b5a62a38
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Feb 9 22:59:13 2010 -0700

    Make sure all special mailboxes are sent when rebuilding mailbox tree

 imp/lib/Ajax/Application.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://git.horde.org/diff.php/imp/lib/Ajax/Application.php?rt=horde-git&r1=7eba9311ccd488faabe102efee17cca2be7f4f72&r2=8dc2a0ef9d76ed3d8ac9b82b88234a06b5a62a38

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

commit 2e30f44d1cd66748fe7787e8a2293cef8d9c5989
Author: Michael M Slusarz <slusarz at curecanti.org>
Date:   Tue Feb 9 23:07:31 2010 -0700

    Set inferred attributes if using LIST-EXTENDED

 framework/Imap_Client/lib/Horde/Imap/Client/Socket.php |   17 +++++++++++++--
 1 files changed, 14 insertions(+), 3 deletions(-)

http://git.horde.org/diff.php/framework/Imap_Client/lib/Horde/Imap/Client/Socket.php?rt=horde-git&r1=1176375ff3e866d7aad6fdcf46332d1c0f88cecb&r2=2e30f44d1cd66748fe7787e8a2293cef8d9c5989




More information about the commits mailing list