|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-10-06 10:21 UTC] tony2001@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Thu Jan 01 01:00:01 2026 UTC |
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.