|
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-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 09:00:01 2025 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.