[commits] Horde branch kolab-storage-integration updated. ba265e1e057a7d74800dda648f1d2ab5874fecc2

Michael J. Rubinsky mrubinsk at horde.org
Mon Jun 1 18:39:07 UTC 2015


The branch "kolab-storage-integration" has been updated.
The following is a summary of the commits.

from: e4918229e8b082cae9054cae551ddf79d8d3f9a4

ff6017d No need to replace a body part with the exact same body part.
ba265e1 Short circuit the content decoding if it was already done server side.

Summary: http://github.com/horde/horde/compare/e4918229e8b082cae9054cae551ddf79d8d3f9a4...ba265e1e057a7d74800dda648f1d2ab5874fecc2

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

commit ff6017dc2329a0c01be0b1786e87e225eaff5596
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Jun 1 14:30:51 2015 -0400

    No need to replace a body part with the exact same body part.
    
    No idea why this was done. Traced back to commit 0d2544c. Started
    polling the IMAP server for both the original part and the bodypart.
    Previous commit was 6c6db9e, when support for modifying objects
    was first introduced (even then, hard to say if this was ultimately
    happening since the actions are so spread out among different, deep,
    class structures.
    
    Anyway, this seems to work, and fixes an issue that was causing
    the data to be decoded into some kind of binary data instead of
    the XML data is really is.

 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Object.php |   11 +----------
 1 files changed, 1 insertions(+), 10 deletions(-)

http://github.com/horde/horde/commit/ff6017dc2329a0c01be0b1786e87e225eaff5596

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

commit ba265e1e057a7d74800dda648f1d2ab5874fecc2
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Mon Jun 1 14:36:40 2015 -0400

    Short circuit the content decoding if it was already done server side.

 framework/Kolab_Storage/lib/Horde/Kolab/Storage/Driver/Imap.php |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/ba265e1e057a7d74800dda648f1d2ab5874fecc2




More information about the commits mailing list