| Source path: svn/ trunk/ MimeMailParser.class.php |
|
|
|
|
Change log
Issue 16 This applies the patch attached to Issue 16 to trunk. This fix does an "array_key_exists" check before assuming that there is a 'content- transfer-encoding' header. In the absence of the header it passes an empty string to the private "decode" method so that no decoding occurs.
| Go to: |
Project members,
sign in to write a code review
Older revisions
r20
by eugene.emmett.wood
on Oct 22, 2010
Diff
Issue 15 This is the patch attached to Issue 15 It updates the private "decode" method and does a strtolower of $encodingType before doing a comparison to ...
r16
by bucabay
on Apr 18, 2010
Diff
Applied patch for bug introduced in last patch. http://code.google.com/p/php-mime- mail-parser/issues/detail?id=3
r15
by bucabay
on Oct 15, 2009
Diff
Fixed issue: http://code.google.com/p /php-mime-mail- parser/issues/detail?id=3 Message body was not being decoded.