[Tickets #11639] Re: ActiveSync :: Extend the Autodiscover feature to return also valid answers to MS Outlook queries
bugs at horde.org
bugs at horde.org
Thu Nov 15 14:00:02 UTC 2012
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/11639
------------------------------------------------------------------------------
Ticket | 11639
Updated By | Michael Rubinsky <mrubinsk at horde.org>
Summary | ActiveSync :: Extend the Autodiscover feature to return
| also valid answers to MS Outlook queries
Queue | Horde Framework Packages
Version | Git develop
Type | Enhancement
State | Feedback
Priority | 1. Low
Milestone |
Patch | 1
Owners | Michael Rubinsky
------------------------------------------------------------------------------
Michael Rubinsky <mrubinsk at horde.org> (2012-11-15 14:00) wrote:
>> Implemented.
>>
>> Anyway you can test the current Git code in your setup?
>
> In autodiscover.php in line 66 is an error:
>
> if (!empty($results['raw_xml'])) {
>
> should be
>
> if (empty($results['raw_xml'])) {
>
> in my opinion. otherwise it wouldn't call buildResponse( if raw_xml
> is empty..
Yeah, caught that last night and hadn't pushed it yet. It's in Git now.
More information about the bugs
mailing list