From e1952b032b37796eaa5742bb0a57532d126127d5 Mon Sep 17 00:00:00 2001 From: Michael J Rubinsky Date: Wed, 10 Dec 2014 00:04:15 -0500 Subject: [PATCH] ws --- framework/ActiveSync/lib/Horde/ActiveSync/Rfc822.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/ActiveSync/lib/Horde/ActiveSync/Rfc822.php b/framework/ActiveSync/lib/Horde/ActiveSync/Rfc822.php index f6adea5470a..071a9e9956b 100644 --- a/framework/ActiveSync/lib/Horde/ActiveSync/Rfc822.php +++ b/framework/ActiveSync/lib/Horde/ActiveSync/Rfc822.php @@ -26,7 +26,6 @@ */ class Horde_ActiveSync_Rfc822 { - /** * The memory limit for use with the PHP temp stream. * @@ -162,6 +161,7 @@ public function getHeaders() $this->_stream->rewind(); $hdr_text = $this->_stream->substring(0, $this->_hdr_pos); } + return Horde_Mime_Headers::parseHeaders($hdr_text); }