[Tickets #14841] Re: Send mail over ActiveSync - lose content

noreply at bugs.horde.org noreply at bugs.horde.org
Sat Aug 11 19:47:04 UTC 2018


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

Ticket URL: https://bugs.horde.org/ticket/14841
------------------------------------------------------------------------------
  Ticket             | 14841
  Updated By         | Michael Rubinsky <mrubinsk at horde.org>
  Summary            | Send mail over ActiveSync - lose content
  Queue              | Synchronization
  Version            | FRAMEWORK_5_2
  Type               | Bug
  State              | Feedback
  Priority           | 1. Low
  Milestone          |
  Patch              |
-Owners             |
+Owners             | Michael Rubinsky
------------------------------------------------------------------------------


Michael Rubinsky <mrubinsk at horde.org> (2018-08-11 19:47) wrote:

The bad news is that this is a client issue. The good news is, we can  
probably sanitize the badly formed HTML it is sending...

 From the latest log you sent me you can see the data that is being  
sent FROM your client TO the server. This represents YOUR reply to an  
email. When the content is base64 decoded, you can see that the result  
is incorrect HTML (actual content removed for privacy):

<div dir='auto'>blah blah blah<div


The result is that when the message you are replying to is  
concatenated to your reply text, the result is badly formed HTML, with  
most of the text looking like it's part of an unclosed div tag.

I'm going to add code to run the incoming reply text through some tidy  
filters to see if that helps your case.







More information about the bugs mailing list