diff --git a/include/pear/Mail/mimeDecode.php b/include/pear/Mail/mimeDecode.php index bc524f0cc2cbc8abd75d4c26dcb06201cbd1b98e..fd1fdba0720575aaecad82934bb542dcd6f5dd25 100644 --- a/include/pear/Mail/mimeDecode.php +++ b/include/pear/Mail/mimeDecode.php @@ -307,6 +307,7 @@ class Mail_mimeDecode extends PEAR case 'multipart/digest': case 'multipart/alternative': case 'multipart/related': + case 'multipart/relative': case 'multipart/mixed': if(!isset($content_type['other']['boundary'])){ $this->_error = 'No boundary found for ' . $content_type['value'] . ' part';