phlyMail is a Webmail and data hosting
application. It features folders, unlimited
POP3/IMAP profiles, quotas, an integrated address book, SMS support, themes, and multilingual support.
It uses either sendmail or SMTP to send email, and
can handle MIME. Support for IDN
(Internationalized Domain Names) is included.
Through its modular design, various new functions
(like RSS, personal file storage, a bookmark
manager, etc.) are easily included.
License: Mozilla Public License (MPL)
Changes:
The faster folder index check for IMAP folders was backported from phlyMail 4. This increases the indexing speed by a factor 30 or more. If GZip is active in the front end, all AJAX calls now get compressed too. This should generally increase the front end's speed. A fix was made in the SMTP class, which is now much more compliant to standards. TLS is supported in the SMTP layer. There is experimental support for AUTH CRAM-SHA1 and AUTH CRAM-SHA256 in the POP3 and SMTP layers. Handling of inline emails was improved.