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

WEB邮件程序

开发平台:

PHP

  1. # ---------------------------------------------------------------
  2. # phpop
  3. # A WWW based POP email management tool 
  4. # Copyright (C) 1998  Padraic Renaghan
  5. # Licensed under terms of GNU General Public License
  6. # (see http://renaghan.com/phpop/LICENSE)
  7. # ---------------------------------------------------------------
  8. 04/14/2000   Version 1.2.1
  9.  - Fixed bug on logout page calling non-existent debug function.
  10. 04/12/2000   Version 1.2.0
  11.  - Changes to make PHP4 compatible
  12.  - Upgraded to PHPLIB 7.2b
  13.  - Implemented suggestions from dan@kuykendall.org to allow more
  14.    options for servers and port fields on login.
  15.  - Implemented support for outgoing mail attachments as suggested
  16.    by dan@kuykendall.org
  17.  - Implemented Vmailmgr support as specified by dan@kuykendall.org
  18.  - removed use of auth since nobody seems to use it, and it allows
  19.    me to remove reliance on PHPLIB auth table
  20. 03/24/2000   Version 1.1.0
  21.  - added check_auth_user to phpop.inc to optinally turn on/off
  22.    the validation of the username against the auth_user table.
  23.  - added allow_any_server to phpop.inc to optionally allow
  24.    user to enter in mail server and port on login page.
  25.  - fixed bug causing header to repeat from prior msg in list page
  26. 02/18/2000   Version 1.0.0
  27.  - added delete capability from msg list page.
  28.  - added needed PHPLIB files to distribution.
  29. 10/31/1999   Version 0.3.0
  30.  - added To and cc header display on msg read page
  31.  - created two mailing lists. phpop for discussion, and
  32.    phpop-announce for announcements only.
  33.  - made compatible with PHPLIB 7.x
  34.  - added maint links to top of message display
  35.  - reorg directory structure
  36.  - updated INSTALL to match to directory structure
  37. 07/08/1999   Version 0.2
  38.  - msg.php3 will now replace URLs with HTML achnor tags
  39.  - msg.php3 will now replace email addresses with HTML anchor
  40.    tags to send.php3
  41.  - pop login verified at time of PHPLIB login
  42.  - security fix: must have valid pop login before you can send msg
  43. 05/28/1999   Version 0.1
  44.  - initial release
  45. ---------------------------------------------------------------------------