download.body.tpl
上传用户:xuanqunsh
上传日期:2007-01-04
资源大小:58k
文件大小:2k
源码类别:

WEB邮件程序

开发平台:

PHP

  1. <!-- $Id: download.body.tpl,v 1.1.1.1 1999/10/24 22:45:03 prenagha Exp $ -->
  2. <p><strong>phpop</strong> was written to solve a very simple problem for me - How do I send and receive e-mail when all I have is a web browser. Hotmail like services would work, but I don't like the footer they append to each message. Something like IMAP using <a href="http://web.horde.org/imp/">IMP</a> or <a href="http://screwdriver.net/twig/">TWIG</a> would work, but I couldn't figure out how to handle mutliple IMAP accounts with my single user ID at my domain host. I was therefore forced to use POP access. My answer is <strong>phpop</strong>.<br>
  3. It ain't fancy cause it ain't intended to be.
  4. <p>What can phpop do:
  5. <ul>
  6.   <li>Read mail from POP server
  7.   <li>Reply to mail
  8.   <li>Forward mail
  9.   <li>Delete mail
  10.   <li>Send new messages
  11. </ul>
  12. <p><strong>phpop</strong> is written as a 
  13. <a href="http://www.php.net/">PHP</a> application utilizing a
  14. <a href="http://www.mysql.net/">MySQL</a> database on an
  15. <a href="http://www.apache.org/">Apache</a> web server.
  16. <p><strong>current version 0.2 released 07/08/1999</strong>.<br>
  17. See history of <a href="CHANGES">CHANGES</a>.<br>
  18. Download the latest source package <a href="phpop-0.2.tar.gz">here</a>.<br>
  19. The PHP class library used for phpop is <strong>PHPLIB</strong>. Get <strong>PHPLIB</strong> <a href="http://phplib.netuse.de">here</a>.
  20. <p><a href="../bookmarker/maillist.php3">Announcement and Discussion Mailing Lists</a>
  21. <p>The POP3, Validator, and FastTemplate classes used in this application are courtesy of <a href="http://www.thewebmasters.net/php/">The Webmasters Net</a>.