[PEAR-BUG] Bug #20431 [Opn->Csd]: Support of Android multipart/relative

[email protected] Mon, 27 Oct 2014 09:45:28 +0000 (GMT)
Newsgroups php.pear.bugs
Message-ID <[email protected]>
Edit report at https://pear.php.net/bugs/bug.php?id=20431&edit=1

 ID:               20431
 Updated by:       [email protected]
 Reported By:      ruifil at ruifil dot com
 Summary:          Support of Android multipart/relative
-Status:           Open
+Status:           Closed
 Type:             Bug
 Package:          Mail_mimeDecode
 Operating System: Ubuntu
 Package Version:  1.5.5
 PHP Version:      5.5.9
-Assigned To:      
+Assigned To:      alan_k
 Roadmap Versions: 
 New Comment:

-Status:      Open
+Status:      Closed
-Assigned To:
+Assigned To: alan_k
This bug has been fixed in SVN.

If this was a documentation problem, the fix will appear on pear.php.net
by the end of next Sunday (CET).

If this was a problem with the pear.php.net website, the change should
be live shortly.

Otherwise, the fix will appear in the package's next release.

Thank you for the report and for helping us make PEAR better.

thanks


Previous Comments:
------------------------------------------------------------------------

[2014-10-21 14:55:42] ruifil

Description:
------------
With Android "multipart/relative" is an synonym of 'multipart/related'

Proposed fix part type on content-type switch in method _decode:

   case 'multipart/related':
+ case 'multipart/relative':
   case 'multipart/mixed':


Test script:
---------------
----_com.android.email_56556010838430
Content-Type: multipart/relative;
	boundary="--_com.android.email_56556019219096"

----_com.android.email_56556019219096
Content-Type: text/html; charset="utf-8"
Content-Transfer-Encoding: base64

------------------------------------------------------------------------


-- 
Edit this bug report at https://pear.php.net/bugs/bug.php?id=20431&edit=1