[commits] Horde branch master updated. 52230a409d77415237d73eea022a126c28915b22

Michael M Slusarz slusarz at horde.org
Fri Mar 7 01:20:05 UTC 2014


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

from: 7290a9af17b8e2cc8dce40972139a8501cd730a5

7b44b87 [mms] Abstracted maillog code.
74204cc Fix sending full viewport data on every message read
b703dac Disable quota output to smartmobile
52230a4 Don't send implicit poll information to smartmobile

Summary: http://github.com/horde/horde/compare/7290a9af17b8e2cc8dce40972139a8501cd730a5...52230a409d77415237d73eea022a126c28915b22

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

commit 7b44b87524e004458bcc71934d7c08657bcc43d6
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Mar 6 16:09:28 2014 -0700

    [mms] Abstracted maillog code.
    
    Initial step to implementing maillog data storage via IMAP METADATA ...
    although this is going to require a bunch more refactoring since the
    current storage model is based on Message-IDs while METADATA is based on
    mailbox/UID.

 imp/config/conf.xml                 |   12 ++-
 imp/docs/CHANGES                    |    1 +
 imp/docs/UPGRADING                  |    2 +
 imp/js/dimpcore.js                  |    2 +-
 imp/lib/Ajax/Queue.php              |   10 ++-
 imp/lib/Api.php                     |   15 ++--
 imp/lib/Basic/Message.php           |    4 +-
 imp/lib/Compose.php                 |   17 +++--
 imp/lib/Factory/Maillog.php         |   27 +++++-
 imp/lib/Maillog.php                 |  152 +++++++++++------------------------
 imp/lib/Maillog/Storage/Base.php    |   59 ++++++++++++++
 imp/lib/Maillog/Storage/History.php |  131 ++++++++++++++++++++++++++++++
 imp/lib/Maillog/Storage/Null.php    |   51 ++++++++++++
 imp/lib/Message.php                 |    4 +-
 imp/lib/Message/Ui.php              |    6 +-
 imp/package.xml                     |    1 +
 16 files changed, 355 insertions(+), 139 deletions(-)
 create mode 100644 imp/lib/Maillog/Storage/Base.php
 create mode 100644 imp/lib/Maillog/Storage/History.php
 create mode 100644 imp/lib/Maillog/Storage/Null.php

http://github.com/horde/horde/commit/7b44b87524e004458bcc71934d7c08657bcc43d6
http://git.horde.org/horde-git/-/commit/7b44b87524e004458bcc71934d7c08657bcc43d6

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

commit 74204cc45112949515a3b03771ac65c7fcef7e7a
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Mar 6 18:03:31 2014 -0700

    Fix sending full viewport data on every message read

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

http://github.com/horde/horde/commit/74204cc45112949515a3b03771ac65c7fcef7e7a
http://git.horde.org/horde-git/-/commit/74204cc45112949515a3b03771ac65c7fcef7e7a

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

commit b703dac35fba60e16f15bb80a611f90eb23f35e4
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Mar 6 18:10:05 2014 -0700

    Disable quota output to smartmobile

 imp/lib/Ajax/Application.php                     |    4 ++--
 imp/lib/Ajax/Application/Handler/Smartmobile.php |   10 ++++++++++
 imp/lib/Ajax/Queue.php                           |    9 +++++++--
 3 files changed, 19 insertions(+), 4 deletions(-)

http://github.com/horde/horde/commit/b703dac35fba60e16f15bb80a611f90eb23f35e4
http://git.horde.org/horde-git/-/commit/b703dac35fba60e16f15bb80a611f90eb23f35e4

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

commit 52230a409d77415237d73eea022a126c28915b22
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Thu Mar 6 18:19:49 2014 -0700

    Don't send implicit poll information to smartmobile

 imp/lib/Ajax/Application.php                     |    3 +-
 imp/lib/Ajax/Application/Handler/Smartmobile.php |    5 +++-
 imp/lib/Ajax/Queue.php                           |   24 ++++++++++++++++++---
 3 files changed, 26 insertions(+), 6 deletions(-)

http://github.com/horde/horde/commit/52230a409d77415237d73eea022a126c28915b22
http://git.horde.org/horde-git/-/commit/52230a409d77415237d73eea022a126c28915b22




More information about the commits mailing list