6.0.0-beta1
8/12/25

[#14893] Autodiscover Outlook is broken
Summary Autodiscover Outlook is broken
Queue IMP
Queue Version Git master
Type Bug
State Resolved
Priority 1. Low
Owners mrubinsk (at) horde (dot) org
Requester rene.marth (at) hetzner (dot) com
Created 02/05/2019 (2380 days ago)
Due
Updated 02/11/2019 (2374 days ago)
Assigned
Resolved 02/11/2019 (2374 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch Yes

History
02/11/2019 04:46:57 AM Michael Rubinsky State ⇒ Resolved
 
02/11/2019 04:46:49 AM Michael Rubinsky Comment #2
Assigned to Michael Rubinsky
Priority ⇒ 1. Low
Reply to this comment
Fixed in Git, thanks for the report.
02/05/2019 12:32:01 PM rene (dot) marth (at) hetzner (dot) com Comment #1
Priority ⇒ 2. Medium
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Autodiscover Outlook is broken
Type ⇒ Bug
State ⇒ Unconfirmed
Reply to this comment
https://github.com/horde/Core/blob/d130071adab9bb666258d664478c4ca6187a7fa6/lib/Horde/Core/ActiveSync/Driver.php#L2612

Buggy:
=========
                 if (empty($ol['port']['port'])) {
                     unset($ol['imap']['port']);
                 }
=========

Patch:
=========
                 if (empty($ol['pop']['port'])) {
                     unset($ol['pop']['port']);
                 }
=========

Saved Queries