This build fixes the following problems:
- New mails in IMAP folders are marked as read although they aren't
- The AJAX address search fails in email compose and SMS compose windows
- Folders being favourites but getting deleted make the favourite folder list disappear
- when searching for contacts, you get logged out
- the search type selection dropdown is empty
- IMAP Inbox folders cannot be (un)subscribed
The largest fix indeed is, that phlyMail now supports IMAP through self written code instead of relying on ext/imap compiled into PHP or third party code from the Zend Framework.
Additionally we added support for the IMAP AUTH methods CRAM-SHA256 and CRAM-SHA1.
Unfortunately this build still is NOT compatible with Internet Explorer.

