[commits] Horde branch imp_6_1 updated. 06761a35f94bd0b9fc605c5cb2409875a3a5381e

Michael M Slusarz slusarz at horde.org
Tue Feb 26 00:05:19 UTC 2013


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

from: 055300299ba5e25d4a663480aab97bd09c82dd02

6f3969d Add debug/debug_raw example options to advanced imap config
f2fd2d8 [mms] Move folder disabling configuration into backends.php.
514f534 [mms] Move special mailboxes autocreation configuration into backends.php.
7cdd4d9 [mms] Move fixed mailbox configuration into backends.php.
4f79722 Fixed for purposes of dynamic view also includes ACL restrictions
120b6ca Imap_Client optimizes out empty arrays, so need to do explicit checks at runtime
715ff38 Add IMP_Mailbox constants linked to the name of the special mailbox prefs
06761a3 [mms] Allow default special mailbox names to be overriden by a backend.

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

commit 6f3969d903001ae8847f705f2f7b6cae49643164
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Feb 25 15:06:06 2013 -0700

    Add debug/debug_raw example options to advanced imap config

 imp/config/backends.php |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/6f3969d903001ae8847f705f2f7b6cae49643164

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

commit f2fd2d84633db4ed511dd6c5a94cb7d16a6c83d8
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Feb 25 15:17:24 2013 -0700

    [mms] Move folder disabling configuration into backends.php.

 imp/config/backends.php |    8 ++++++++
 imp/config/conf.xml     |   13 +++----------
 imp/docs/CHANGES        |    1 +
 imp/docs/UPGRADING      |    4 ++++
 imp/lib/Imap.php        |   14 +++++++++++---
 imp/package.xml         |    1 +
 6 files changed, 28 insertions(+), 13 deletions(-)

http://git.horde.org/horde-git/-/commit/f2fd2d84633db4ed511dd6c5a94cb7d16a6c83d8

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

commit 514f534d52d47b44daae09766434104897c46348
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Feb 25 15:26:55 2013 -0700

    [mms] Move special mailboxes autocreation configuration into backends.php.

 imp/config/backends.php                |    6 +++++-
 imp/config/conf.xml                    |    4 ----
 imp/docs/CHANGES                       |    1 +
 imp/docs/UPGRADING                     |    8 ++++++--
 imp/lib/Imap.php                       |    5 +++++
 imp/lib/LoginTasks/Task/Autocreate.php |    2 +-
 imp/package.xml                        |    1 +
 7 files changed, 19 insertions(+), 8 deletions(-)

http://git.horde.org/horde-git/-/commit/514f534d52d47b44daae09766434104897c46348

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

commit 7cdd4d9b86c450d474a8c0bc065e15e8b9894b20
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Feb 25 15:39:02 2013 -0700

    [mms] Move fixed mailbox configuration into backends.php.

 imp/config/backends.php   |    4 ++++
 imp/config/conf.xml       |    3 ---
 imp/docs/CHANGES          |    1 +
 imp/docs/UPGRADING        |    4 ++++
 imp/js/folders.js         |   14 +++++---------
 imp/lib/Basic/Folders.php |    2 --
 imp/lib/Imap.php          |   20 ++++++++++++++++++--
 imp/lib/Mailbox.php       |    3 +--
 imp/package.xml           |    1 +
 9 files changed, 34 insertions(+), 18 deletions(-)

http://git.horde.org/horde-git/-/commit/7cdd4d9b86c450d474a8c0bc065e15e8b9894b20

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

commit 4f797229d26c50a15d273de79208d72cbe737122
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Feb 25 15:41:23 2013 -0700

    Fixed for purposes of dynamic view also includes ACL restrictions

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

http://git.horde.org/horde-git/-/commit/4f797229d26c50a15d273de79208d72cbe737122

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

commit 120b6ca01eaae14d0d9bcb3f45593f3b2448fca8
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Feb 25 15:53:18 2013 -0700

    Imap_Client optimizes out empty arrays, so need to do explicit checks at runtime

 imp/lib/Imap.php |   24 +++++++++++-------------
 1 files changed, 11 insertions(+), 13 deletions(-)

http://git.horde.org/horde-git/-/commit/120b6ca01eaae14d0d9bcb3f45593f3b2448fca8

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

commit 715ff38e2ec37b13b7746e8932388b8ba3c0db66
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Feb 25 17:02:48 2013 -0700

    Add IMP_Mailbox constants linked to the name of the special mailbox prefs

 imp/lib/Ajax/Application/Handler/Common.php      |    6 +++---
 imp/lib/Ajax/Application/Handler/Smartmobile.php |    2 +-
 imp/lib/Application.php                          |    4 ++--
 imp/lib/Basic/Compose.php                        |   10 +++++-----
 imp/lib/Compose.php                              |    4 ++--
 imp/lib/Compose/Ui.php                           |    2 +-
 imp/lib/Dynamic/Compose/Common.php               |    8 ++++----
 imp/lib/Imap.php                                 |    8 +++++---
 imp/lib/LoginTasks/Task/PurgeSpam.php            |    5 +++--
 imp/lib/LoginTasks/Task/PurgeTrash.php           |    4 ++--
 imp/lib/Mailbox.php                              |   19 +++++++++++++------
 imp/lib/Message.php                              |    4 ++--
 imp/lib/Minimal/Compose.php                      |    6 +++---
 imp/lib/Prefs/Identity.php                       |    8 ++++----
 imp/lib/Prefs/Special/ComposeTemplates.php       |    8 ++++----
 imp/lib/Prefs/Special/Drafts.php                 |    4 ++--
 imp/lib/Prefs/Special/Sentmail.php               |    8 ++++----
 imp/lib/Prefs/Special/Spam.php                   |    4 ++--
 imp/lib/Prefs/Special/Trash.php                  |    4 ++--
 imp/lib/Spam.php                                 |    2 +-
 20 files changed, 65 insertions(+), 55 deletions(-)

http://git.horde.org/horde-git/-/commit/715ff38e2ec37b13b7746e8932388b8ba3c0db66

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

commit 06761a35f94bd0b9fc605c5cb2409875a3a5381e
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Mon Feb 25 17:03:37 2013 -0700

    [mms] Allow default special mailbox names to be overriden by a backend.

 imp/config/backends.php |   29 ++++++++++++++++++++++++-----
 imp/config/prefs.php    |   24 ++++++++++--------------
 imp/docs/CHANGES        |    1 +
 imp/lib/Imap.php        |   16 +++++++++++++++-
 imp/package.xml         |    1 +
 5 files changed, 51 insertions(+), 20 deletions(-)

http://git.horde.org/horde-git/-/commit/06761a35f94bd0b9fc605c5cb2409875a3a5381e




More information about the commits mailing list