[commits] Horde branch master updated. 1e611041f2b996139d1b1c161d67db2f564736e9

Michael J. Rubinsky mrubinsk at horde.org
Mon Nov 5 19:20:07 UTC 2012


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

from: 600a44b0e316afaaa0db21059dea1391039f2b74

7219d78 Bug: 11626  Need the full mailbox name, not just the basename for special mboxes.
1e61104 split -> explode

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

commit 7219d78904b50fbb546b6dd96ba27bf888f22dea
Author: horde-ryu at ryux.org <horde-ryu at ryux.org>
Date:   Mon Nov 5 13:22:45 2012 -0500

    Bug: 11626  Need the full mailbox name, not just the basename for special mboxes.
    
    Fixes detecting special mailboxes on servers where they are part of the
    INBOX namespace.
    Signed-off-by: Michael J Rubinsky <mrubinsk at horde.org>

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

http://git.horde.org/horde-git/-/commit/7219d78904b50fbb546b6dd96ba27bf888f22dea

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

commit 1e611041f2b996139d1b1c161d67db2f564736e9
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Nov 5 13:29:12 2012 -0500

    split -> explode
    
    Fixes part of Bug: 11626.
    
    split() is a regexp based split (and is depreceatd anyway) while
    explode() is string based and is what was intended here.

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

http://git.horde.org/horde-git/-/commit/1e611041f2b996139d1b1c161d67db2f564736e9




More information about the commits mailing list