Summary |
Messages are not built properly when replying from a mobile client using activesync and are not readable when using accents |
Queue |
Synchronization |
Queue Version |
Git master |
Type |
Bug |
State |
Resolved |
Priority |
2. Medium |
Owners |
mrubinsk (at) horde (dot) org |
Requester |
software-horde (at) interfasys (dot) ch |
Created |
02/11/2014 (4170 days ago) |
Due |
|
Updated |
02/16/2014 (4165 days ago) |
Assigned |
02/11/2014 (4170 days ago) |
Resolved |
02/16/2014 (4165 days ago) |
Github Issue Link |
|
Github Pull Request |
|
Milestone |
|
Patch |
No |
Assigned to Michael Rubinsky
State ⇒ Resolved
commit c18e7dc879db5b6f99b08d09522d7d6be7f22ce2
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Sat Feb 15 22:32:04 2014 -0500
Bug: 12969Ensure we always use valid UTF-8 text..../Core/lib/Horde/Core/ActiveSync/Driver.php | 18 ++++++++++++++----
1 files changed, 14 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/c18e7dc879db5b6f99b08d09522d7d6be7f22ce2
problem, so maybe this fix will take care of the problem?
https://github.com/horde/horde/commit/aaa3cfa5e8231db7f71784ddfd0d130cedb5d0a6
Also, I have not received any email attachments outside of this
ticket yet.
listed, so I don't know how much time it will take to reach you.
Queue ⇒ Synchronization
State ⇒ Feedback
problem, so maybe this fix will take care of the problem?
https://github.com/horde/horde/commit/aaa3cfa5e8231db7f71784ddfd0d130cedb5d0a6
Also, I have not received any email attachments outside of this ticket
yet.
problem, so maybe this fix will take care of the problem?
https://github.com/horde/horde/commit/aaa3cfa5e8231db7f71784ddfd0d130cedb5d0a6
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Messages are not built properly when replying from a mobile client using activesync and are not readable when using accents
Queue ⇒ Horde Framework Packages
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
"built" before being sent and there seems to be a mix of encoding
which makes the message unreadable if using a lot of accentuated
characters.
This is a recent problem which may have been introduced in ActiveSync
2.12.4. This was tested on the Webmail edition version 5.1.3 with all
the modules updated 15 minutes ago.
Steps to reproduce:
1) Send an email from Outlook 12 or Thunderbird 24.
The message will display fine on all mail clients.
2) Reply from a BlackBerry 10 device, but that shouldn't matter if
that's an AES problem. The original message is quoted in the message.
Result:
The message will not be readable in any client, except IMP.
The quoted message is not readable in IMP (and is broken in two if you
have your preference set to "reply at the bottom" in ActiveSync prefs)
Differences I've noticed
Original message
Content-Type: text/plain; charset=UTF-8
Reply
Content-Type: text/plain; charset=UTF-8; format=flowed; DelSp=Yes
The reply seems to be built by Horde:
User-Agent: Horde Application Framework 5
I'm keeping this report public and the original message and the reply
will be sent privately.