WEB开发网      婵犻潧鍊婚弲顐︽偟椤栨稓闄勯柦妯侯槸閻庤霉濠婂骸浜剧紒杈ㄥ笚閹峰懘鎮╅崹顐ゆ殸婵炴垶鎸撮崑鎾趁归悩鐑橆棄闁搞劌瀛╃粋宥夘敃閿濆柊锕傛煙鐎涙ê鐏f繝濠冨灴閹啴宕熼鍡╀紘婵炲濮惧Λ鍕叏閳哄懎绀夋繛鎴濈-楠炪垽鎮归崶褍妲婚柛銊ュ缁傚秹鏁撻敓锟� ---闂佹寧娲╅幏锟�
开发学院WEB开发PHP 用php得到163的邮件信息 阅读

用php得到163的邮件信息

 2008-12-16 16:21:45 来源:WEB开发网 闂侀潧妫撮幏锟�闂佸憡鍨电换鎰版儍椤掑倵鍋撳☉娆嶄沪缂傚稄鎷�婵犫拃鍛粶闁靛洤娲ㄩ埀顒佺⊕閵囩偟绱為敓锟�闂侀潧妫撮幏锟�  闂佺ǹ绻楀▍鏇㈠极閻愭娑樷枎閹邦剛娉氶梺鍛婎殔濞层劌鈻撻幋婵愬殫妞ゆ梻鍘х憴锟�
核心提示:<?$host='pop.163.com';$port=110;$user='**';$passWord='**';if(!($sock=fsockopen(gethostbyname($host),$port,$errno,$errstr))) exit($er

<?
$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."\r\n";
fwrite($sock,$command);
$msg=fgets($sock);
echo $msg;

$command="pass ".$password."\r\n";
fwrite($sock,$command);
$msg=fgets($sock);
echo $msg;

$command="stat\r\n";
fwrite($sock,$command);
$msg=fgets($sock);
echo $msg;

$command="list\r\n";
fwrite($sock,$command);
while(true)
{
     $msg=fgets($sock);    
     echo $msg;
     if(PReg_match('/^\./',$msg))
         break;
}

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

$command="quit\r\n";
fwrite($sock,$command);
$msg=fgets($sock);
echo $msg;
?>

Tags:php 得到 邮件

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接