| 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 | 9/5/16 (3493 days ago) |
| Due | |
| Updated | 9/6/16 (3492 days ago) |
| Assigned | |
| Resolved | 9/6/16 (3492 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! :) )