Home » Mail » Mail_Mime » Bug #2477
Upper-case encoding's name doesn't get the body decoded
Details
| Submitted | 2004-10-07 21:13 UTC |
|---|---|
| From | m_vitaly at topixoft dot com |
| Status | Duplicate |
| Package | Mail_Mime |
| PHP Version | 4.3.8 |
| OS | linux |
| Roadmaps | (Not assigned) |
Comments
[2004-10-07 21:13 UTC] m_vitaly at topixoft dot com
Description:
------------
on "_decodeBody($input, $encoding = '7bit')" function in "mimeDecode.php"
the line "switch($encoding) {"
whould be "switch(strtolower($encoding)) {"
Reproduce code:
---------------
When the transfer encoding of the attachemnt is in uppercase
the body doesn't get decoded.