Summary | Activesync mail sync omits all CCs but the last one |
Queue | Synchronization |
Queue Version | Git develop |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | dgraziotin (at) task3 (dot) cc |
Created | 09/24/2012 (4674 days ago) |
Due | |
Updated | 10/15/2012 (4653 days ago) |
Assigned | 09/24/2012 (4674 days ago) |
Resolved | 09/24/2012 (4674 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit 489d108856946404482a4b18bf4c5e644a9d9434
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Mon Sep 24 19:01:04 2012 -0400
Bug: 11446Fix erroneous truncating of CC addresses..../lib/Horde/ActiveSync/Imap/Message.php | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/489d108856946404482a4b18bf4c5e644a9d9434
State ⇒ Resolved
commit 489d108856946404482a4b18bf4c5e644a9d9434
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Mon Sep 24 19:01:04 2012 -0400
Bug: 11446Fix erroneous truncating of CC addresses..../lib/Horde/ActiveSync/Imap/Message.php | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/489d108856946404482a4b18bf4c5e644a9d9434
Assigned to Michael Rubinsky
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Activesync mail sync omits all CCs but the last one
Queue ⇒ Synchronization
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
Not sure where to report this one. I am using the latest Horde beta.
I am not sure whether this bug is related to my Android device or not.
How to reproduce the bug:
1) Setup an Android device to synchronize contacts, calendars, and
mails to an Horde account (e.g. a@hordeservice.com) through Activesync
(in my case, a Motorola Atrix with Android 2.3.4).
2) Use any mail service (e.g. Gmail) to send an e-mail to the
horde-related account AND some people in CC.
--
TO: a@hordeservice.com; CC: b@domainb.com, c@domainc.com,
d@domaind.com, e@domaine.com
--
3) Wait for the e-mail to land to the device.
4) The device correctly receives the email but with these addresses:
--
TO: a@hordeservice.com; CC: e@domaine.com
--
That is, only the last e-mail in cc is kept.
If I modify the recipients order (e.g., CC: c@domainc.com,
d@domaind.com, e@domaine.com, b@domainb.com), the last one is always
shown in the device (b@domainb.com)
IMP (through IMAP) correctly displays all the recipients, as well as a
"normal" imap client from my pc.
Although I activated a separate log for Activesync, it is empty.
Please let me know how can I help you further.
Best Regards