HISTORY
上传用户:xiao730204
上传日期:2007-01-04
资源大小:141k
文件大小:2k
源码类别:

WEB邮件程序

开发平台:

PHP

  1. Version: 2.75                       Release Date: 05/26/2000
  2. ============================================================
  3. * Imap folder support
  4.   - add folder
  5.   - remove folder
  6.   - move message to another folder
  7.   - folder navigation
  8. * PHP4 Support
  9. Version: 2.51                       Release Date: 05/13/2000
  10. ============================================================
  11. * Fixed the domain manager to do the edits and deletes
  12.   correctly.
  13. * Migrated the themes support to be style sheet aware and
  14.   migrated all of the bgcolor="$template_obj->Foo" to 
  15.   $template_obj->Foo which returns a properly formated
  16.   class or bgcolor statement depending on the mode
  17. * Added the ability to create the prouser at install time,
  18.   completely wizard based install now.
  19. * Added a sync_passwd_file.pl script to sychronize passwd
  20.   file based hosts with prometheus.
  21. Version: 2.5                        Release Date: 04/29/2000
  22. ============================================================
  23. * Modified the User* objects to do encrypted storage of 
  24.   passwords.
  25. * Fixed a bug that causes segfaults within php due to 
  26.   imap_sort not handling a empty mailbox correctly
  27. * Rewrote the mailbox selection methodology, the icky 
  28.   multiple post methods are gone
  29. * Sending mail outbound uses smtp or sendmail now
  30. * Html* objects are gone now, long live the templates
  31. * Migrated to style sheets, makes inbox downloads smaller
  32. * Fixed a issue within the title for the mailboxes containing
  33.   a scewed username@host@host when the username is a 
  34.   email address (Qmail+vpopmail for example)
  35. * Added the ability to expire the session (Logout)
  36. * Added user changeable theme support
  37. Version: 2.21                       Release Date: 04/17/2000
  38. ============================================================
  39. * Fixed the installer to not create the prometheus tables 
  40.   under the mysql administration database
  41. Version: 2.2                        Release Date: 04/14/2000
  42. ============================================================
  43. * NEW php based installer, no more perl requirement
  44. * Did away with the $default->body (legacy)
  45. * Cleaned up the optimizer
  46. Version: 2.1                        Release Date: 03/31/2000
  47. ============================================================
  48. * Fixed the lack of the autoload.lib optimization support.
  49. * Added user theme customization support
  50. * Fixed the hardcoded /graphics/ url
  51. Version: 2.0                        Release Date: 03/21/2000
  52. ============================================================
  53. * Initial public release