//echo "您邮箱:".$mboxinfo->mailbox."<br>";
echo $this->username."@wells.com的收件箱里共有邮件数:".$mboxinfo->nmsgs."<br>\n";
echo "未读邮件数:".$mboxinfo->unread." ";
echo "新邮件数:".$mboxinfo->recent." ";
echo "总共占用空间:".$mboxinfo->size."字节<br>\n";
$last_page = ceil($mboxinfo->nmsgs/$page_size);
$cur_page = $page +1;
$num_page = $last_page;
echo "第".$cur_page."页,共".$last_page."页。\n";
}
else
{
echo "您的信箱里没有邮件。<br><hr>\n";
}
else
{
echo '<font color="#ff0000">错误:无法获取收件箱的信息。</font>';
return 0;
}
echo "<table border=1 width=100% cellpadding=2 cellspacing=0 bordercolorlight=#000080 bordercolordark=#ffffff style=\"font:9pt tahoma,宋体\">\n";
echo "<tr bgcolor=#ffffd8><td width=24>状态</td><td width=24> </td><td>发件人</td><td>主题</td><td>时间</td><td>大小</td></tr>\n";
$sortby="sortdate";
echo $this->username."@wells.com的收件箱里共有邮件数:".$mboxinfo->nmsgs."<br>\n";
echo "未读邮件数:".$mboxinfo->unread." ";
echo "新邮件数:".$mboxinfo->recent." ";
echo "总共占用空间:".$mboxinfo->size."字节<br>\n";
$last_page = ceil($mboxinfo->nmsgs/$page_size);
$cur_page = $page +1;
$num_page = $last_page;
echo "第".$cur_page."页,共".$last_page."页。\n";
}
else
{
echo "您的信箱里没有邮件。<br><hr>\n";
}
else
{
echo '<font color="#ff0000">错误:无法获取收件箱的信息。</font>';
return 0;
}
echo "<table border=1 width=100% cellpadding=2 cellspacing=0 bordercolorlight=#000080 bordercolordark=#ffffff style=\"font:9pt tahoma,宋体\">\n";
echo "<tr bgcolor=#ffffd8><td width=24>状态</td><td width=24> </td><td>发件人</td><td>主题</td><td>时间</td><td>大小</td></tr>\n";
$sortby="sortdate";
| 对此文章发表了评论 |
