6.0.0-alpha14
6/23/25

[#13346] Activesync identities should use the default identity as a default in the Webmail edition
Summary Activesync identities should use the default identity as a default in the Webmail edition
Queue Horde Framework Packages
Queue Version Git master
Type Enhancement
State Resolved
Priority 1. Low
Owners mrubinsk (at) horde (dot) org
Requester software-horde (at) interfasys (dot) ch
Created 07/10/2014 (4001 days ago)
Due
Updated 07/12/2014 (3999 days ago)
Assigned
Resolved 07/12/2014 (3999 days ago)
Milestone
Patch No

History
07/12/2014 02:29:25 PM software-horde (at) interfasys (dot) ch Comment #14 Reply to this comment

[Show Quoted Text - 11 lines]
Great news. That way we can still tll people to fill in their profile, 
but thing will still work if they don't.
07/12/2014 04:25:12 AM Michael Rubinsky Comment #13
State ⇒ Resolved
Reply to this comment
I've rethought this.

The problem was that in IMP if a From address is not found in the 
identity AND a 'maildomain' is configured in IMP's backends.php file, 
then a From address can be built from that. ActiveSync doesn't use IMP 
to send email, and doesn't have access to IMP's IMAP configuration.

So, for ActiveSync, if we don't find a properly configured identity, 
fall back to the device's supplied From address and cross our fingers 
that it is accurate.
07/12/2014 04:21:45 AM Git Commit Comment #12 Reply to this comment
Changes have been made in Git (master):

commit 809d65eeb75ea6c424a2ac73390de5bb74510cd7
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date:   Sat Jul 12 00:20:35 2014 -0400

     Fix regression when sending ActiveSync email and no From address 
is supplied in identity prefs.

     Bug: 13346

  framework/Core/lib/Horde/Core/ActiveSync/Mail.php |   13 +++++++++++--
  1 files changed, 11 insertions(+), 2 deletions(-)

http://github.com/horde/horde/commit/809d65eeb75ea6c424a2ac73390de5bb74510cd7
07/11/2014 05:56:21 PM Michael Rubinsky Comment #11 Reply to this comment
Is there a way to redirect the user to the identity page and to add a
notification from the hook?
Redirect the user to the identity page from where?
Right after logging in, ideally setting the 1st page the user sees 
from the prefs_init hook,
I guess you could try redirecting to the pref page if the identity 
pref is empty (ignoring the check if the current page IS the prefs 
page). Of course, that is left as an exercise for the reader.
because I don't know how to be able to tell later in the process if 
the from field has just been automatically populated or if it was 
there already.
What does it matter?
07/11/2014 05:50:29 PM software-horde (at) interfasys (dot) ch Comment #10 Reply to this comment
Is there a way to redirect the user to the identity page and to add a
notification from the hook?
Redirect the user to the identity page from where?
Right after logging in, ideally setting the 1st page the user sees 
from the prefs_init hook, because I don't know how to be able to tell 
later in the process if the from field has just been automatically 
populated or if it was there already.
07/11/2014 05:40:50 PM Michael Rubinsky Comment #9 Reply to this comment
Is there a way to redirect the user to the identity page and to add 
a notification from the hook?
Redirect the user to the identity page from where?
07/11/2014 05:21:27 PM software-horde (at) interfasys (dot) ch Comment #8 Reply to this comment
Is there a way to redirect the user to the identity page and to add a 
notification from the hook?

07/10/2014 09:35:25 PM software-horde (at) interfasys (dot) ch Comment #7
New Attachment: setfromatlogin_hook.php Download
Reply to this comment
I've found a way to make the prefs stick. The attached file is a hook 
which will fill the Identity's from field using the email address used 
at login time.
07/10/2014 09:33:55 PM Michael Rubinsky Comment #6 Reply to this comment
In 5.1, it was possible to send emails both from IMP and mobile 
without having to fill in any of the fields of the default identity.
No, it wasn't. IMP has ALWAYS required a valid "From" address to send 
email. Previously, ActiveSync used to rely on the client sending the 
From: header when sending an email, but that was changed since not all 
clients do this reliably.


07/10/2014 08:26:22 PM software-horde (at) interfasys (dot) ch Comment #5 Reply to this comment
Any suggestions on better wording would be considered.
Why not call it "Always use your default identity" then?

[Show Quoted Text - 15 lines]
Ah, of course.
This was already discussed on the mailing list. A properly 
configured identity is a REQUIREMENT for using email in Horde, 
period. IMP doesn't work without one either. If you don't want the 
user to be responsible for setting this up on their own then use a 
hook to populate it. IIRC, the pref_init hook can be used for 
something like this.
In 5.1, it was possible to send emails both from IMP and mobile 
without having to fill in any of the fields of the default identity.

I've looked at hooks prefs_init does not have access to application 
data and is cached for the session only, but I'll try with 
appauthenticated.
07/10/2014 04:27:23 PM Michael Rubinsky Comment #4
State ⇒ Rejected
Reply to this comment

[Show Quoted Text - 18 lines]
Any suggestions on better wording would be considered.
Why not just automagically select the default from the list and 
perhaps add a (default) next to it?
Something like this:
*Default Identity (default)*
Anonymous
Mobile
Because selecting the "Horde Default" means that whenever you change 
the default identity in the Personal Information preferences, this 
newly selected default identity would then be honored in those other 
applications as well. If we just set that value to whatever the 
currently selected default is, then the user would have to revisit all 
the other applications and change the value in those as well.
The user could select the mobile identity for activesync and If they 
change their default on the PI page, then the dropdown would be 
updated
Anonymous (default)
Default Identity
*Mobile*
Yes, the drop down could be modified, but the actual preference value 
in use would still be the previously selected one until the user 
changed it.

07/10/2014 04:18:06 PM software-horde (at) interfasys (dot) ch Comment #3 Reply to this comment

[Show Quoted Text - 11 lines]
I just did a test with the Horde defaults and a properly configured 
identity and it worked. I think I just did not understand the labels 
and it could be a problem for users as well.

Configured Horde Defaults: I thought it was a system wide account, but 
it seems to be the identity set as the default on the Personal 
Information pref page.

Why not just automagically select the default from the list and 
perhaps add a (default) next to it?
Something like this:
*Default Identity (default)*
Anonymous
Mobile

The user could select the mobile identity for activesync and If they 
change their default on the PI page, then the dropdown would be updated
Anonymous (default)
Default Identity
*Mobile*
07/10/2014 03:48:31 PM Michael Rubinsky Comment #2
State ⇒ Accepted
Assigned to Michael Rubinsky
Reply to this comment
In a webmail context, unless I don't understand what the "Horde 
default" is, it doesn't make sense to use one system-wide identity 
for all the email accounts which will be managed by the system. On 
top of that, users will have no idea what it means.

So I think the default for the Activesync identity in both the 
Activesync and Kronolith prefs should be set to Default Identity as 
a default.
It already IS, unless I am misunderstanding what you are saying.
Also, it's not possible to send emails from a mobile device unless 
the default identity has the email address field populated. This was 
not necessary in the past, so maybe, if empty, that field could be 
populated at login time with the email address provided?
This was already discussed on the mailing list. A properly configured 
identity is a REQUIREMENT for using email in Horde, period. IMP 
doesn't work without one either. If you don't want the user to be 
responsible for setting this up on their own then use a hook to 
populate it. IIRC, the pref_init hook can be used for something like 
this.


07/10/2014 02:58:44 PM software-horde (at) interfasys (dot) ch Comment #1
Priority ⇒ 1. Low
State ⇒ New
Patch ⇒ No
Milestone ⇒
Summary ⇒ Activesync identities should use the default identity as a default in the Webmail edition
Type ⇒ Enhancement
Queue ⇒ Horde Framework Packages
Reply to this comment
In a webmail context, unless I don't understand what the "Horde 
default" is, it doesn't make sense to use one system-wide identity for 
all the email accounts which will be managed by the system. On top of 
that, users will have no idea what it means.

So I think the default for the Activesync identity in both the 
Activesync and Kronolith prefs should be set to Default Identity as a 
default.

Also, it's not possible to send emails from a mobile device unless the 
default identity has the email address field populated. This was not 
necessary in the past, so maybe, if empty, that field could be 
populated at login time with the email address provided?

Saved Queries