Hastymail2 |
Hastymail2 is an Open Source IMAP webmail client written in PHP. Our focus is compliance, usability, security, and speed. |
Search Results in News
It's been another busy week for Hastymail development. Most of this weeks updates are display related, but there are some important updates to the AJAX system, the IMAP class, and sessions as well. My goal is to push through a "first draft" of area with at least basic functionality first, then to go back and improve and expand it. Here are the highlights of whats new.
Lots of updates to the code this week. If we take a gander at the current php line count in the project:
jason@jackass /var/www/hastymail2$ find . -name "*.php" -print0 | xargs -0 wc -l | tail -1
7895 total
we can see that we are approaching 8000 lines of PHP in one month which reflects quite a bit of work! :). The list of new and improved code is as follows.