[Tickets #13711] Re: ActiveSync via Outlook 2013: Empty Mails
noreply at bugs.horde.org
noreply at bugs.horde.org
Wed Dec 3 14:27:47 UTC 2014
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: https://bugs.horde.org/ticket/13711
------------------------------------------------------------------------------
Ticket | 13711
Updated By | shaun at carsomyr.com <shaun at carsomyr.com>
Summary | ActiveSync via Outlook 2013: Empty Mails
Queue | Synchronization
Version | FRAMEWORK_5_2
Type | Bug
State | Feedback
Priority | 2. Medium
Milestone |
Patch |
Owners | Michael Rubinsky
------------------------------------------------------------------------------
marth at tsvschlieben.de (2014-12-03 08:55) wrote:
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