Summary | Default SmtpAddress not identified in ActiveSync |
Queue | Synchronization |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | spamstop2 (at) terriertech (dot) com |
Created | 03/19/2014 (4126 days ago) |
Due | |
Updated | 03/26/2014 (4119 days ago) |
Assigned | 03/20/2014 (4125 days ago) |
Resolved | 03/25/2014 (4120 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
the client is exhibiting isn't a documented feature of the protocol,
from what I can tell.
blessing ;-)
State ⇒ Resolved
commit 2ac0bc92e3a8a4aab2b1c9f143a4eb0e80129ede
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Tue Mar 25 18:59:20 2014 -0400
Send primarysmtpaddress, if applicable.
If EAS version is less than 14.1, only send the default
identity's from_addr
since some clients apparently rewrite the account's from_addr based on an
arbitrarily choosen address in the list.
Request: 13062.../Core/lib/Horde/Core/ActiveSync/Driver.php | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/2ac0bc92e3a8a4aab2b1c9f143a4eb0e80129ede
commit 246d8e824b4cb233f5d9af3ad99c47867a89ef2d
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Tue Mar 25 18:51:08 2014 -0400
Support for PRIMARYSMTPADDRESS
Request: 13062.../lib/Horde/ActiveSync/Request/Settings.php | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
http://github.com/horde/horde/commit/246d8e824b4cb233f5d9af3ad99c47867a89ef2d
to the default identity); or sort the SmtpAddress tags so that the
default identity occurs last.
client is exhibiting isn't a documented feature of the protocol, from
what I can tell.
Assigned to Michael Rubinsky
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Default SmtpAddress not identified in ActiveSync
Queue ⇒ Synchronization
Milestone ⇒
Patch ⇒ Yes
New Attachment: smtpaddr.patch
State ⇒ Unconfirmed
from the user's identities in the order they occur.
With EAS 12.1, WP7 updates the account on the phone with the last
SmtpAddress tag it sees. Thereafter, the "From" address on new mail
is that of the last identity. It should be that of the default
identity.
Possible actions:
a) On EAS 14.1, send the "PrimaryStmpAddress" tag.
b) On EAS <14.1, either send only one SmtpAddress tag (corresponding
to the default identity); or sort the SmtpAddress tags so that the
default identity occurs last.
A rough patch to Horde 5.1.6 is attached.