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

WEB邮件程序

开发平台:

PHP

  1. Version: 3.1                        Release Date: 05/26/2000
  2. ============================================================
  3. * Added folder support to the MailImap object,
  4.   add, subscribe, delete, unsubscribe, move message
  5. * Added move message to MailFolder object
  6. * Fixed WebClient issue, always detected ie as netscape.
  7.   - Thanks to: Liz Kimber <liz@xcalibur.co.uk>
  8. * PHP4 Support
  9. Version: 3.0                        Release Date: 05/13/2000
  10. ============================================================
  11. * Added the ability to change the charset for MailMessage
  12. * Fixed the perl installer to be in sync with the php one.
  13. * Fixed a bug with the RegisterFile within the TemplateObject
  14.   object
  15. * Fixed a multiple inclusion of autoload.lib problem
  16. * Added functions for Install::Install_Mysql_Db to be able
  17.   to create the prouser
  18. Version: 2.9                        Release Date: 04/29/2000
  19. ============================================================
  20. * Fixed the major spelling error of Privlages -> Privileges
  21. * Enhanced the User* Objects to allow for crypting of the
  22.   passwords.
  23. * MailMessage can now send messages via smtp instead of 
  24.   wrappering sendmail.
  25. * Removed the objects/Html* they were crufty and not 
  26.   maintained
  27. * Added user theme table and user theme objects
  28. Version: 2.81                       Release Date: 04/17/2000
  29. ============================================================
  30. * Fixed a install problem that created all prometheus tables 
  31.   under the mysql administration db.
  32. Version: 2.80                       Release Date: 04/14/2000
  33. ============================================================
  34. * Added Install::Install_Mysql_Db
  35. * Added PhpCapabilities
  36. * Fixed a debug message outputting all of the time within
  37.   the Postgres_Db object
  38. Version: 2.75                       Release Date: 03/31/2000
  39. ============================================================
  40. * autoload.lib recieved some customizations to optimize its
  41.   load times and such for cached objects. Three passes at 
  42.   refactoring it to be as simple as possible. 
  43. * Fixed the duplicate function RegisterFile within the 
  44.   Template object
  45. * Fixed an autoload optimize issue
  46. * UserTheme database creation
  47. Version: 2.51                       Release Date: 03/21/2000
  48. ============================================================
  49. * Release for promtheus-all to work correctly (2.0)
  50. * Added more verbosity to the autoload.lib debug mode
  51. * Added TextObject::PhpOptimize
  52. * Updates to the customer information database
  53. * Completed CustomerAddress
  54. * Completed CustomerPhoneNumber
  55. Version: 2.5                        Release Date: 03/05/2000
  56. ============================================================
  57. * Started the flesh out of the customer information database
  58. * Moved the server settings database into the mainline
  59. * Fixed a issue within HtmlBody not autoloading all of it's
  60.   components
  61. * Debuged a issue within defaultapp handlers
  62. * Added AdminPrivlages_db to the prometheus-library
  63. * Fixed a bug within the handling of applicaiton names within
  64.   the app handlers.
  65. * Fixed a bug that wouldn't allow the TemplateObject to return
  66.   the parsed template properly.
  67. * Added the ability to unload a TemplateObject variable.
  68. * Added the ability to tag a file for including in a 
  69.   TemplateObject
  70. * Corrected a slight oversight in promethues-lib.path fuxoring
  71.   the $PROMETHEUS_LIBRARY_BASE 
  72.    (Gawd i hope this is the last round of ./prometheus-library
  73.    magically showing up in people's configs)
  74. Version: 2.0                        Release Date: 02/19/2000
  75. ============================================================
  76. * Added the Util::DataValueObject
  77. * Starting to flesh out some of the CustomerInformation 
  78.   database work i'm doing
  79. * Added the beginnings of the AppServer components
  80. * Added the abilty to provide a default handler for both
  81.   the appserver and app
  82. * Fixed some buglet's within handling defualt handlers for
  83.   apps.
  84. * Added a description field for the App object
  85. * Fixed a small buglet within the handling of mysqlshow
  86.   during install time within the create_dbs.pl script
  87. * Fixed a bug that caused additional mail headers within MailMessage
  88.   to forget about doing a new line
  89. * Fixes a small bug that caused a error within the AppHandler
  90. * Added the ability to specify multiple objects to AutoLoad
  91.   at one time. Added the ability to specify more than one
  92.   search path to add at a time.
  93. Version: 1.53                       Release Date: 01/30/2000
  94. ============================================================
  95. * Added a session debug flag, and verbose debug info for 
  96.   the Session object
  97. * Added Session::Expire
  98. * Modified FileSizeObject to not postfix the size in bytes
  99. * Modified autoload.lib to use isset instead of the improper
  100.   ! defined
  101. * Fixed a bug with the autoload.lib not setting the defaults
  102. Version: 1.52                       Release Date: 01/22/2000
  103. ============================================================
  104. * Fixed a bug within the MailMessage object not setting
  105.   the To: field explicitly
  106. * Fixed a bug in CreateSessionId not returning the expected 
  107.   values all of the time.
  108. * Fixed a bug in User_Domain Autoload not loading the
  109.   User_Domain_Db
  110. * DEVEL - Added the MailFolderMessage object for testing
  111. Version: 1.51                       Release Date: 01/13/2000
  112. ============================================================
  113. * Fixed mistake within create_dbs.pl, prevents overloading
  114.   of the mysqlshow command flag
  115. * Small bug within the create_dbs.pl script not knowing 
  116.   about the % sign on some versions of mysql
  117. * Small bug within the Session.object causing it to
  118.   not keep state of the session_id
  119. * Fixed a bug that caused the path to be redefined within
  120.   the all.lib
  121. * Made prometheus-lib.path use the AutoLoadAddPath function
  122. * Made autoload.lib able to be included / required multiple
  123.   times without burping this is already defined errors
  124. * Fixed a unitialized variable error for the TimeObject
  125. * Fixed a unitialized variable error for the autoload.lib
  126. * Fixed a unitialized variable error for the Session object
  127. Version: 1.50                       Release Date: 01/13/2000
  128. ============================================================
  129. * Benchmarking, added a stack tracing utility
  130. * AutoLoad, added the ability to dealocate or cleanup the
  131.   autoloading processes mess.
  132. * Added TemplateObject
  133. * Mysql_Db           - Modified instanciator to reflect the 
  134.                        config object passing
  135. * Postgres_Db - BETA - Port (Some functions still dont work)
  136. * Oracle_Db   - BETA - Port (Some functions still dont work)
  137. * Util/TextObject added a text wrapping utility
  138. Version: 1.04                       Release Date: 11/21/1999
  139. ============================================================
  140. * SessionsElement (Thaw) - Wasn't handling quotes within
  141.   serialized data very well.
  142. * Added some verbosity in the Database driver (Mysql)
  143. * Added the ability to override a filename with another
  144.   within sending messages (i.e. sending from a temp file,
  145.   but i need it named foo.c, for the output file)
  146. * Added FetchMessageBody - Mail::Imap
  147. * Made MailMesage wasn't setting the from header
  148. * Added the HtmlObjects (Utility) Warning may change
  149. * Fixes to the MailImap object so that it will actually do
  150.   remote servers (dumb mistakes)
  151. * Added support for mime fetching of multipart mime messages
  152. * Added support for message structures
  153. * Turned off debug for User_Db (stable)
  154. * Turned off debug for Domain_Db (stable)
  155. * Turned off debug for Session_Db (stable)
  156. * Turned off debug for MailImap (stable)
  157. * Added comment stripping to autoloader actually able to use 
  158.   it with the prometheus-apl now
  159. Version: 1.03                       Release Date: 12/14/1999
  160. ============================================================
  161. * Mail object updates (more imap fun)
  162. * UrlObject (utility)
  163. * MimeObject (utility)
  164. * MailMessage with mime attatchment support
  165. Version: 1.02                       Release Date: 12/09/1999
  166. ============================================================
  167. * PageNavigator object
  168. * FileSizeObject object
  169. * Mail object updates (Imap is shaping up)
  170. * Fixes for Sessions when storing and manipulating arrays
  171. Version: 1.01                       Release Date: 12/02/1999
  172. ============================================================
  173. * unix util objects
  174. Version: 1.0                        Release Date: 11/29/1999
  175. ============================================================
  176. * WebClient object
  177. * Code freeze
  178. Version: 0.75                       Release Date: 11/21/1999
  179. ============================================================
  180. * small bugs with the SqlUtil class
  181. * added virtual domain support
  182. Version: 0.51                       Release Date: 11/04/1999
  183. ============================================================
  184. * BenchMark class
  185. * Cleanup of the database driver code (documentation also)
  186. Version: 0.50                       Release Date: 10/30/1999
  187. ============================================================
  188. * Cleanup of the major classes
  189. * Fixes the issues within the database drivers
  190. * Fixes the autoload issues
  191. Version: 0.01                       Release Date: 10/27/1999
  192. ============================================================
  193. * Inital public release, contains most of the base classes