[commits] Horde branch activesync_imap_vanished updated. f839bab97d57da741ce2a0ac4eb51622709d004c

Michael J. Rubinsky mrubinsk at horde.org
Sun Nov 11 05:42:59 UTC 2012


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

from: 2678da18fe3b5bb4ff548ab72b54df96a756049e

04c59a2 We can't truncate the FETCH since it evidently breaks decoding.
9c5e430 Use the less buggy fwrite instead of stream_copy_to_stream
f839bab Some devices can be picky about line endings as well.

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

commit 04c59a23338e81e72567d8033ad4172643d0966c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Nov 11 00:35:38 2012 -0500

    We can't truncate the FETCH since it evidently breaks decoding.
    
    When we are FETCHing a plain text part the is transfer encoded in
    e.g., quoted-printable and it's not decoded server side, not
    having the entire text will produce broken data when we set
    the content in the mime object. Transfering this data to
    iOS devices *completly* breaks syncing.

 framework/ActiveSync/lib/Horde/ActiveSync/Imap/Message.php |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/04c59a23338e81e72567d8033ad4172643d0966c

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

commit 9c5e4303916681b8c3f37bf7182ccdd088e142af
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Nov 11 00:40:49 2012 -0500

    Use the less buggy fwrite instead of stream_copy_to_stream

 framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Encoder.php |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/9c5e4303916681b8c3f37bf7182ccdd088e142af

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

commit f839bab97d57da741ce2a0ac4eb51622709d004c
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date:   Sun Nov 11 00:41:13 2012 -0500

    Some devices can be picky about line endings as well.

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

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




More information about the commits mailing list