国产成人精品亚洲777人妖,欧美日韩精品一区视频,最新亚洲国产,国产乱码精品一区二区亚洲

您的位置:首頁技術(shù)文章
文章詳情頁

用php得到163的郵件信息

瀏覽:4日期:2024-02-17 09:08:19

<?$host='pop.163.com';$port=110;$user='******';$password='******';

if(!($sock=fsockopen(gethostbyname($host),$port,$errno,$errstr))) exit($errno.': '.$errstr);set_socket_blocking($sock,true);

$msg=fgets($sock);echo $msg;

$command='user '.$user.'rn';fwrite($sock,$command);$msg=fgets($sock);echo $msg;

$command='pass '.$password.'rn';fwrite($sock,$command);$msg=fgets($sock);echo $msg;

$command='statrn';fwrite($sock,$command);$msg=fgets($sock);echo $msg;

$command='listrn';fwrite($sock,$command);while(true){ $msg=fgets($sock) echo $msg; if(preg_match('/^./',$msg)) break;}

$command='retr 1rn';fwrite($sock,$command);while(true){ $msg=fgets($sock); echo $msg; if(preg_match('/^.(rn)$/',$msg)) break;}

$command='quitrn';fwrite($sock,$command);$msg=fgets($sock);echo $msg;?>

標(biāo)簽: PHP
主站蜘蛛池模板: 平遥县| 博爱县| 封开县| 乌拉特中旗| 中山市| 南通市| 金塔县| 周口市| 上饶县| 祥云县| 临潭县| 桃江县| 庄河市| 当雄县| 平遥县| 全南县| 洪雅县| 福州市| 石屏县| 临城县| 潞城市| 苏尼特右旗| 新巴尔虎左旗| 宜都市| 天门市| 赤壁市| 新郑市| 咸丰县| 文水县| 天峻县| 桂阳县| 元朗区| 灵川县| 镇沅| 江门市| 志丹县| 呼伦贝尔市| 灵武市| 秦安县| 山阳县| 尖扎县|