fclose($fp);
//if ($msg_part->type=="5"){
// echo "<p align=center><hr align=center>\n";
// echo "<img src=../../\"$att_path\" align=center></p>\n";
//}
} // end if attachment
else //not ifdisposition
{
// i guess it is used for something besides attachments????
}
}
else
{
// not an attachment, lets see what this part is...
switch ($msg_part->type)
{
case 0:
$mime_type = "text";
break;
case 1:
$mime_type = "multipart";
// hey, why not use this function to deal with all the parts
// of this multipart part
$this->num_msg_parts = count($msg_part->parts);
for ($i = 0; $i < $this->num_msg_parts; $i++)
{
if ($part_no != "")
{
$part_no = $part_no.".";
}
for ($i = 0; $i < count($msg_part->parts); $i++)
{
$
<< 上一页 [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] ... 下一页 >>
| 对此文章发表了评论 |
