
| 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 | 2/5/19 (2611 days ago) |
| Due | |
| Updated | 2/11/19 (2605 days ago) |
| Assigned | |
| Resolved | 2/11/19 (2605 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | Yes |
Assigned to Michael Rubinsky
Priority ⇒ 1. Low
Priority ⇒ 2. Medium
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Autodiscover Outlook is broken
Type ⇒ Bug
State ⇒ Unconfirmed
Buggy:
=========
if (empty($ol['port']['port'])) {
unset($ol['imap']['port']);
}
=========
Patch:
=========
if (empty($ol['pop']['port'])) {
unset($ol['pop']['port']);
}
=========