[Tickets #14893] Autodiscover Outlook is broken

noreply at bugs.horde.org noreply at bugs.horde.org
Tue Feb 5 12:32:01 UTC 2019


BITTE NICHT AUF DIESE NACHRICHT ANTWORTEN. NACHRICHTEN AN DIESE  
E-MAIL-ADRESSE WERDEN NICHT GELESEN.

Ticket-URL: https://bugs.horde.org/ticket/14893
------------------------------------------------------------------------------
  Ticket           | 14893
  Erstellt Von     | rene.marth at hetzner.com
  Zusammenfassung  | Autodiscover Outlook is broken
  Warteschlange    | IMP
  Version          | Git master
  Typ              | Bug
  Status           | Unconfirmed
  Priorität        | 2. Medium
  Milestone        |
  Patch            | 1
  Zuständige       |
------------------------------------------------------------------------------


rene.marth at hetzner.com (2019-02-05 12:32) hat geschrieben:

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']);
                 }
=========





More information about the bugs mailing list