//退出登录
function poplogout()
{
if (!$this->getisconnect() && $this->bolislogin)
{
return false;
}
$this->sendcommand("quit");
$this->getlineresponse();
if (!$this->getrestissucceed())
{
return false;
}
return true;
}
//获取是否在线
function getisonline()
{
if (!$this->getisconnect() && $this->bolislogin)
{
return false;
}
$this->sendcommand("noop");
$this->getlineresponse();
if (!$this->getrestissucceed())
{
return false;
}
return true;
}
//获取邮件数量和字节数(返回数组)
function getmailsum($intreturntype=2)
{
if (!$this->getisconnect() && $this->bolislogin)
{
return false;
}
$this->sendcommand("stat");
$strlineresponse = $this->getlineresponse();
if (!$this->getrestissucceed())
{
return false;
}
if ($intreturntype==1)
{
return $this->strresponse;
}
else
{
$arrresponse = explode(" ", $this->strresponse);
if (!is_array($arrresponse) || count($arrresponse){
$this->setmessage('stat command response message is error', 2006);
return false;
}
return array($arrresponse[1], $arrresponse[2]);
}
}
//获取指定邮件得session id
function getmailsessid($intmailid, $intreturntype=2)
{
if (!$this->getisconnect() && $this->bolislogin)
{
return false;
}
0
0
本站声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门AI工具
相关专题
2026赚钱平台入口大全
2026年最新赚钱平台入口汇总,涵盖任务众包、内容创作、电商运营、技能变现等多类正规渠道,助你轻松开启副业增收之路。阅读专题下面的文章了解更多详细内容。
268
2026.01.31
无需付费的漫画app大全
想找真正免费又无套路的漫画App?本合集精选多款永久免费、资源丰富、无广告干扰的优质漫画应用,涵盖国漫、日漫、韩漫及经典老番,满足各类阅读需求。阅读专题下面的文章了解更多详细内容。
170
2026.01.31
漫画免费在线观看地址大全
想找免费又资源丰富的漫画网站?本合集精选2025-2026年热门平台,涵盖国漫、日漫、韩漫等多类型作品,支持高清流畅阅读与离线缓存。阅读专题下面的文章了解更多详细内容。
85
2026.01.31
热门下载
精品课程
相关推荐
/
热门推荐
/
最新课程







