Hastymail2 |
Hastymail2 is an Open Source IMAP webmail client written in PHP. Our focus is compliance, usability, security, and speed. |
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.
So many things have been added over the last 2 weeks it would be hard to list everything. Here are the highlights of whats new:
Hello and welcome to the new Hastymail site. We are excited about reviving the Hastymail project! News about development, any major milestones, or whatever I feel like blabbing about will be posted here. The code is coming along nicely in SVN, major portions of the IMAP functions have been reviewed, updated, and rewritten into our new application framework. I will update this page as often as I can so check back often for the latest!