[Tickets #13711] Re: ActiveSync via Outlook 2013: Empty Mails
noreply at bugs.horde.org
noreply at bugs.horde.org
Wed Dec 3 08:55:39 UTC 2014
BITTE NICHT AUF DIESE NACHRICHT ANTWORTEN. NACHRICHTEN AN DIESE
E-MAIL-ADRESSE WERDEN NICHT GELESEN.
Ticket-URL: https://bugs.horde.org/ticket/13711
------------------------------------------------------------------------------
Ticket | 13711
Aktualisiert Von | marth at tsvschlieben.de
Zusammenfassung | ActiveSync via Outlook 2013: Empty Mails
Warteschlange | Synchronization
Version | FRAMEWORK_5_2
Typ | Bug
Status | Feedback
Priorität | 2. Medium
Milestone |
Patch |
Zuständige | Michael Rubinsky
------------------------------------------------------------------------------
marth at tsvschlieben.de (2014-12-03 08:55) hat geschrieben:
Our dirty quickfix for this issue (no warranty for correctness):
Line 1278 in /usr/share/php/Horde/Mime/Part.php:
$boundary = trim($this->getContentTypeParameter('boundary'), '"');
+$this->_parts = array_filter($this->_parts);
reset($this->_parts);
This just removed the empty elements in the array that causes the
error messages. Probably a real fix will need to make sure that the
array contains correct values only...
More information about the bugs
mailing list