Hastymail2 |
Hastymail2 is an Open Source IMAP webmail client written in PHP. Our focus is compliance, usability, security, and speed. |
Search Results in News
I seem to have settled into a weekly routine to update the "News" on Monday mornings, which I hope to stick to as development continues. The past week coding for my day job has been keeping me very busy, and most of the weekend I spent with my daughter (in between running what feels like a teenage taxi service) so the changes in the code are not as significant as I had hoped, but I did get some time in here and there during the week on a decent amount yesterday. Here are the latest highlights in SVN:
Over the years one of the most requested features for Hastymail has been to filter messages from the INBOX to other folders based on a string being present in the message. I have always believed that filtering is best handled on the delivery of messages to a mailbox but there are situations in which server side filtering is just not an option. Since we now have a plugin API I thought this would be both a nice addition as well as a good work out for the plugin system. It took about 3 hours to put together and so far is functional but needs a few more features and some more testing. It will be included in the next RC release (which should be soon). Here is the README file for the plugin from SVN: