PHlyMail is a PHP written Webmail and data hosting application. It features folders, unlimited POP3 profiles, SMS support (send short messages to cell phones), templates, and multilingual support.
PHlyMail uses either sendmail or SMTP to send email, and can handle MIME. Support for IDN (Internationalized Domain Names) يs included.
Through its modular design, various new functions (like RSS, personal file storage, a bookmark manager, etc.) are easily included.
Requirements:
System Requirements Webserver
PHP
· 5.x from version 5.0.0
· register_globals=Off
· safe_mode = "0" 1)
· open_basedir = NULL 1)
· Session management active und configured correctly
· Extensions iconv or mbstring are installed and configured (optional)
· c-client (IMAP) extension is installed and configured (only for IMAP) 5)
· Webserver capable of running PHP scripts (e.g. Apache)
· MySQL as of 3.23.xx
· Sendmail or SMTP (Recommended: SMTP)
· Linux or other UN*X like OS
· Correctly set: Access permissions, Owner, Group 2)
· Communication with ports 110 3) (POP3), 25 3) (SMTP) and 80 (HTTP) is possible
· A way to run CronJobs or Deamons (optional) 4)
Requirements for the Browser
· The new frontend demands for high capabilites of the browser used, since many things like sensible context menus and the calendar view are currently only possible via JavaScript and its DOM. That's why the browser must be capable of the following things:
· JavaScript 1.5, DOM 2.0
· iframes
· CSS 1, CSS 2
· XHTML
· UTF-8
· Browsers, which have a good command of the DOM used are, for example, current Mozillas (Firefox 1.0, Mozilla 1.7, Netscape 7) and Internet Explorer 6.
· Our current level of knowledge says, that Opera unfortunately does not comply enough with standards and therefor cannot be used.
What's New in This Release:
· This release improved the handling of POP3 errors.
· Instead of an alert box, the status bar now changes to reflect the error.
· The mail parser now handles incorrectly encoded mail better - it can now render 8-bit header lines correctly, as long as there is a charset definition for the mail.
· External mail notification of calendar events has been repaired.