Summary | Incorrect charset conversion in activesync. |
Queue | Synchronization |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | alexh (at) boxed (dot) no |
Created | 09/05/2016 (3223 days ago) |
Due | |
Updated | 09/06/2016 (3222 days ago) |
Assigned | |
Resolved | 09/06/2016 (3222 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Assigned to Michael Rubinsky
Summary ⇒ Incorrect charset conversion in activesync.
State ⇒ Resolved
Priority ⇒ 1. Low
commit 541616c8243905f1496cab1f627f12997140c592
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Tue Sep 6 00:45:44 2016 -0400
Bug: 14457These values should always be UTF-8.Fixes incorrect charset conversion is certain cases.
framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php | 2 +-
framework/ActiveSync/lib/Horde/ActiveSync/Imap/Message.php | 6 +-----
2 files changed, 2 insertions(+), 6 deletions(-)
http://github.com/horde/horde/commit/541616c8243905f1496cab1f627f12997140c592
Priority ⇒ 2. Medium
Patch ⇒ No
Milestone ⇒
Queue ⇒ Synchronization
Summary ⇒ Followup to bug #14456
Type ⇒ Bug
State ⇒ Unconfirmed
bug #14456fixes the reply issue, but emails subjects arestill shown with warped encoding in the inbox on the mail app on iOS
devices.
Same mail as example in
bug #14456works as a test case for this issue also.(PS: thanks for a speedy fix on
#14456! :) )