[Tickets #12486] Re: Can't download attachments over ActiveSync
noreply at bugs.horde.org
noreply at bugs.horde.org
Wed Aug 14 19:43:18 UTC 2013
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/12486
------------------------------------------------------------------------------
Ticket | 12486
Updated By | ryu at ryux.org
Summary | Can't download attachments over ActiveSync
Queue | Synchronization
Version | Git master
Type | Bug
State | Feedback
Priority | 1. Low
Milestone |
Patch |
Owners | Michael Rubinsky
------------------------------------------------------------------------------
ryu at ryux.org (2013-08-14 19:43) wrote:
New tests results :
It seems that this header problem already exists in 12.1. If you
attempt to download a big file (3MB) and you wire trace, you see that
the Content-type is :
Transfer-Encoding: chunked^M
Content-Type: text/html
But, the stream is well managed by iOS. Maybe because the
GetAttachment command want a raw format as result.
For the 14.1, the result must be a wbxml, so the client maybe try to
valid the format and fails...
That was my final test.
I think you have to force the Content-type header if the stream is
greater than the 1MB used in the output buffer before the flush, else
the result will change at each client implementation...
Thanks
Ryu
More information about the bugs
mailing list