[Tickets #12289] Re: Attachments larger than 100k are missing from emails synced using ActiveSync

noreply at bugs.horde.org noreply at bugs.horde.org
Mon Jun 3 17:42:39 UTC 2013


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/12289
------------------------------------------------------------------------------
  Ticket             | 12289
  Updated By         | Michael Rubinsky <mrubinsk at horde.org>
  Summary            | Attachments larger than 100k are missing from emails
                     | synced using ActiveSync
  Queue              | Synchronization
  Version            | Git master
  Type               | Bug
-State              | Feedback
+State              | Assigned
-Priority           | 1. Low
+Priority           | 2. Medium
  Milestone          |
  Patch              |
-Owners             |
+Owners             | Michael Rubinsky
------------------------------------------------------------------------------


Michael Rubinsky <mrubinsk at horde.org> (2013-06-03 17:42) wrote:

> Things are done differently on Android as it calculates the size of  
> the message only, not including the attachment.

Correct, because Android does not request the full MIME message (only  
the plaintext body), whereas BB is requesting the full MIME structure  
(AirSyncBase:Type value of 1 is plain text body, type or 4 is the full  
MIME structure). What's probably happening is I am truncating the MIME  
stream before sending it, which obviously breaks it. Instead, we  
probably need to send only the MIME headers in the stream data along  
with the WBXML attachment structure if the total size is greater than  
the requested MIMETruncation value.  I'll look into this further, the  
log helped.







More information about the bugs mailing list