The branch "master" has been updated. The following is a summary of the commits.
from: 6ce476c89ebd3761cfeba0638ba429520e8aed9f b3580cd Do not return any contact lists in GAL searches: e1b9e1e Fix sending an empty 'entries' array in ResolveRecipients responses. ca46cdf This value is only used for Exchange Distribution Lists (which we don't support). Summary: http://github.com/horde/horde/compare/6ce476c89ebd3761cfeba0638ba429520e8aed9f...ca46cdf81834fe9626232ff4e1261b08571f4e80 ----------------------------------------------------------------------- commit b3580cdf6ed5bbc9248fe900bd5dfa64c1ad1a62 Author: Michael J Rubinsky <[email protected]> Date: Thu Sep 18 17:15:05 2014 -0400 Do not return any contact lists in GAL searches: Rationale is that the protocol only defines the GAL::Email field as containing a single email address, and most, if not all, clients assume this, and do some munging of this value along with Alias and Name to get the actual To header to send. Even using the group syntax (group_name : [email protected], [email protected];) causes most clients to choke. This leads, in the best case to notifying the user that the email can't be sent or, the worst case, silently discarding all email addresses except one from the group and sending the email anyway. framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) http://github.com/horde/horde/commit/b3580cdf6ed5bbc9248fe900bd5dfa64c1ad1a62 ----------------------------------------------------------------------- commit e1b9e1e7c116ed6e4ee5a0c44f886ba7b65f17ee Author: Michael J Rubinsky <[email protected]> Date: Thu Sep 18 17:18:59 2014 -0400 Fix sending an empty 'entries' array in ResolveRecipients responses. framework/Core/lib/Horde/Core/ActiveSync/Driver.php | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) http://github.com/horde/horde/commit/e1b9e1e7c116ed6e4ee5a0c44f886ba7b65f17ee ----------------------------------------------------------------------- commit ca46cdf81834fe9626232ff4e1261b08571f4e80 Author: Michael J Rubinsky <[email protected]> Date: Thu Sep 18 17:19:58 2014 -0400 This value is only used for Exchange Distribution Lists (which we don't support). .../ActiveSync/lib/Horde/ActiveSync/Request/ResolveRecipients.php | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) http://github.com/horde/horde/commit/ca46cdf81834fe9626232ff4e1261b08571f4e80 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
