资讯   |   开发   |   选机中心   |   产品大全 | IBM | 惠普 | 联想 | 戴尔 | 苹果 | 神舟
更多: | 华硕 | 明基 | 方正 | 紫光 | TCL | 夏新 | 联宝 | 宏碁 | 七喜 | 长城 | 清华同方 | 海尔 | 三星 | 东芝 | 索尼 | 富士通 | LG | 技术 | ddnoon
当前位置:笔记本 > 编程开发 >
Advertisement
文章正文

一个简单的(也可以说是不完全的)IMAP类和应用。(二)_编程

类型:转载   责任编辑:asp.net   日期:2007/05/23


热门软件下载:


   
  • 如何与人面对面沟通 
  • 开发的初步阶段 
  • 微软公司软件开发模式简介[转载] 
  • assert的运用 
  • VB函数查询(三) 
  • VB颜色REG设置 
  • GOOGLE搜索招数 
  • 常用手册 
  • 某女生编的一经典c语言程序 
  • OO 设计过程7 
  • 页面导航:

    正文内容:
    use_imap.php (前面那个应该是 imap_new.php)

    <html>
    <head>
    <style type="text/css">
    <!--
    td { font-size:9pt}
    a {font-szie:9pt}
    body {font-size:9pt}
    input {font-size:9pt}
    select {font-size:9pt}
    -->
    </style>
    <title>php webmail system</title>
    </head>
    <body bgcolor="#ffffff">

    <?php
    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();

    ?>

    </body>
    </html>

     

     
    热门推荐笔记本: 方正笔记本
    相关文章:
    webmaster:popbb@126.com   最佳浏览:1024X768 MSIE
    ©2007 popbb.net All Rights Reserved