SourceForge

Download

News

ScreenShots

Project Page

ChangeLog

Obelus

Missing Members     Submitted by: Kim Donaldson     Date: May 28, 2003

It's been more than a week and I have yet to hear from the people originally interested in the development of Obelus. If you would like to work on this project then send an e-mail to kim.donaldson@flexcheck.net and provide a brief description of your skills and experience.

Version 1.0.2 Released!     Submitted by: Kim Donaldson     Date: May 28, 2003

Changes since v1.0.1
  • Added more options to the search report (can search by different fields now)
  • Fixed various uninitialized objects
  • Added two more colors to the color themes, and moved the colors options into a subdir
  • Added count_back to the config file. (displays this number of messages in view new)
  • Various other code cleanup
  • Fixed some warnings

Future Plans     Submitted by: Kim Donaldson     Date: May 22, 2003

  • Complete OO API
  • Single User logins - all checking the same mailbox, but tracking on an individual basis
  • Generic Replies
  • Create tickets from phone calls
  • Assistance - Form for the end users to submit an e-mail to the "helpdesk" or request support
  • More mail features
  • Install file for easy setup
  • POP3 Support
  • Support for more databases - starting with Oracle and Postgres
  • Better Search support
  • Color Themes
  • Modularity

Version 1.0.1 Released!     Submitted by: Kim Donaldson     Date: May 22, 2003

Changes since v1.0

May 21 2003
  • Added imap_close() calls to the end of all files that needed it
  • Added file and line number to error reports
  • Bugfix in lib.php (fixes NULL values in error report)
  • Added error checking after all session_start() calls
  • Bugfix in lib.php (report contents of array, instead of "Array")
  • Bugfix in login.php (now destroy old session data before creating a new one)
  • Added $mysql['data'] to the config and replaced calls to mysql_select_db to use $mysql['data']

May 20 2003
  • Handle all die() calls with special error reporting functions