[Tickets #12486] Re: Can't download attachments over ActiveSync

noreply at bugs.horde.org noreply at bugs.horde.org
Fri Aug 16 15:30:26 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         | Michael Rubinsky <mrubinsk at horde.org>
  Summary            | Can't download attachments over ActiveSync
  Queue              | Synchronization
  Version            | Git master
  Type               | Bug
  State              | Assigned
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             | Michael Rubinsky
------------------------------------------------------------------------------


Michael Rubinsky <mrubinsk at horde.org> (2013-08-16 15:30) wrote:

>>
>>> I added a proposed patch.
>>
>> Unfortunately, it's not that easy. You are sending the header before
>> we know for sure what the Content-Type is, which is why it is
>> currently sent after the request is processed.
>
> Hum, I thought than the Content-Type header depended only from the  
> multipart boolean...

This is true for an ITEMOPERATIONS request, but not for GETATTACHMENT  
requests.  We'll have to do some clever dancing around to get the  
proper content type from the attachment before the request starts  
outputing to the client for those requests. For requests other than  
GETATTACHMENT, your solution should work.





More information about the bugs mailing list