use_imap.php (前面那个应该是 imap_new.php)
PHP WebMail System
include("imap_new.php");
$imap=new myimap;
$imap->hostname="192.168.100.13";
$imap->port=110;
$imap->username="Alpha";
$imap->userpwd="enter";
$imap->open();
$imap->CheckMailBox();
//$imap->GetMailStructure($imap->inStream,1);
@$imap->close();
?>
Statement:The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn