[commits] Horde branch master updated. 44e27f5cbc9c53651e7b72c8c54ccfd335edd03b
Michael M Slusarz
slusarz at horde.org
Tue Nov 18 20:56:32 UTC 2014
The branch "master" has been updated.
The following is a summary of the commits.
from: d8db66e79169ba10067b3466845a80847c4d3ba2
fb5bb8c phpdoc
ab61993 Filtering of results should be opt-in, not opt-out
4cd6547 Disposition-Notification-To is an address header
4f03853 Optimize/more robust address handling in Mdn object
edeb1ce Maillog types should be externally specified by classname, not string identifier
b68f9fd [mms] IMP no longer uses MDN status stored in the maillog backend by default.
0ffc4bc Improved/fix determining whether MDNs are available in a mailbox
af0d2fe Revert "[mms] Don't clone objects when returning data from the structure object."
44e27f5 Bug #13700: Don't clone contents if they don't exist
Summary: http://github.com/horde/horde/compare/d8db66e79169ba10067b3466845a80847c4d3ba2...44e27f5cbc9c53651e7b72c8c54ccfd335edd03b
-----------------------------------------------------------------------
commit fb5bb8cb999e615ed16e04d227c1b8fc90c18034
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Nov 18 00:17:20 2014 -0700
phpdoc
imp/lib/Maillog/Storage/Composite.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/fb5bb8cb999e615ed16e04d227c1b8fc90c18034
-----------------------------------------------------------------------
commit ab61993a65e3d8663020e065ed6f60cf6913918c
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Nov 18 02:10:17 2014 -0700
Filtering of results should be opt-in, not opt-out
Much more intuitive
imp/lib/Ajax/Queue.php | 10 +++++++++-
imp/lib/Maillog.php | 7 ++++---
imp/lib/Maillog/Storage/Base.php | 5 +++--
imp/lib/Maillog/Storage/Composite.php | 4 ++--
imp/lib/Maillog/Storage/History.php | 4 ++--
imp/lib/Maillog/Storage/Mdnsent.php | 5 +++--
imp/lib/Maillog/Storage/Null.php | 2 +-
imp/lib/Message/Ui.php | 2 +-
8 files changed, 25 insertions(+), 14 deletions(-)
http://github.com/horde/horde/commit/ab61993a65e3d8663020e065ed6f60cf6913918c
-----------------------------------------------------------------------
commit 4cd6547c9d4ee91d4887e87b62196ef28943ea7e
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Nov 18 11:56:03 2014 -0700
Disposition-Notification-To is an address header
framework/Mime/lib/Horde/Mime/Headers/Addresses.php | 2 ++
framework/Mime/lib/Horde/Mime/Headers/Element/Single.php | 1 -
2 files changed, 2 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/4cd6547c9d4ee91d4887e87b62196ef28943ea7e
-----------------------------------------------------------------------
commit 4f03853eea50ef40fca27bc44afb49cc25292faf
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Nov 18 11:56:31 2014 -0700
Optimize/more robust address handling in Mdn object
No need to convert from mail object -> text -> mail object again.
Fix duplicate internal call to getMdnReturnAddr()
framework/Mime/lib/Horde/Mime/Mdn.php | 18 ++++++++++------
framework/Mime/test/Horde/Mime/MdnTest.php | 30 ++++++++++++++++++---------
2 files changed, 31 insertions(+), 17 deletions(-)
http://github.com/horde/horde/commit/4f03853eea50ef40fca27bc44afb49cc25292faf
-----------------------------------------------------------------------
commit edeb1ce48012078f1dd8c94dce987e3cc6adb8f1
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Nov 18 12:33:35 2014 -0700
Maillog types should be externally specified by classname, not string identifier
imp/lib/Ajax/Queue.php | 10 +++---
imp/lib/Maillog.php | 5 ++-
imp/lib/Maillog/Storage/Base.php | 5 ++-
imp/lib/Maillog/Storage/History.php | 54 ++++++++++++++++++-----------------
imp/lib/Maillog/Storage/Mdnsent.php | 4 +-
imp/lib/Message/Ui.php | 2 +-
6 files changed, 42 insertions(+), 38 deletions(-)
http://github.com/horde/horde/commit/edeb1ce48012078f1dd8c94dce987e3cc6adb8f1
-----------------------------------------------------------------------
commit b68f9fd4fd5c695d586c357fafcff591fe5ee016
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Nov 18 12:40:10 2014 -0700
[mms] IMP no longer uses MDN status stored in the maillog backend by default.
imp/config/conf.xml | 9 ++++++++-
imp/docs/CHANGES | 1 +
imp/lib/Maillog/Storage/History.php | 19 +++++++++++++++++++
imp/package.xml | 1 +
4 files changed, 29 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/b68f9fd4fd5c695d586c357fafcff591fe5ee016
-----------------------------------------------------------------------
commit 0ffc4bc24763506336c357f6b5f40f537a8bb477
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Nov 18 13:39:55 2014 -0700
Improved/fix determining whether MDNs are available in a mailbox
imp/lib/Ajax/Application/Handler/Dynamic.php | 6 +-
imp/lib/Ajax/Application/ShowMessage.php | 2 +-
imp/lib/Factory/Maillog.php | 8 +--
imp/lib/Indices.php | 75 +++++++++++++++++++++++++
imp/lib/Maillog/Storage/Base.php | 13 ++++
imp/lib/Maillog/Storage/Composite.php | 15 +++++
imp/lib/Maillog/Storage/History.php | 24 +++++---
imp/lib/Maillog/Storage/Mdnsent.php | 34 ++++++++---
imp/lib/Maillog/Storage/Null.php | 9 +++
imp/lib/Message/Ui.php | 78 --------------------------
10 files changed, 159 insertions(+), 105 deletions(-)
http://github.com/horde/horde/commit/0ffc4bc24763506336c357f6b5f40f537a8bb477
-----------------------------------------------------------------------
commit af0d2fe1b82799a99ac832a0e1278b7e8dd219b9
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Nov 18 13:47:15 2014 -0700
Revert "[mms] Don't clone objects when returning data from the structure object."
This reverts commit e3e7fcdacbf34a6863474a5426d0a661e3ee952e.
This is not correct, since we want the data stored in the cache to be
pristine.
See Bug #13700
framework/Imap_Client/lib/Horde/Imap/Client/Data/Fetch.php | 8 ++++----
framework/Imap_Client/package.xml | 2 --
2 files changed, 4 insertions(+), 6 deletions(-)
http://github.com/horde/horde/commit/af0d2fe1b82799a99ac832a0e1278b7e8dd219b9
-----------------------------------------------------------------------
commit 44e27f5cbc9c53651e7b72c8c54ccfd335edd03b
Author: Michael M Slusarz <slusarz at horde.org>
Date: Tue Nov 18 13:53:18 2014 -0700
Bug #13700: Don't clone contents if they don't exist
This makes it look like the contents have always been set in the part,
even though that may not be true.
framework/Mime/lib/Horde/Mime/Part.php | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/44e27f5cbc9c53651e7b72c8c54ccfd335edd03b
More information about the commits
mailing list