|
function decodeMime($body, $bound, $type0, $type1, &$entities) {
|
|
function decodeMime($body, $bound, $type0, $type1, &$entities) {
|
|
while (($i < count($body)) && (substr($body[$i], 0, strlen("--$bound--")) != "--$bound--")) {
|
|
while (($i < count($body)) && (substr($body[$i], 0, strlen("--$bound--")) != "--$bound--")) {
|