This update has a lot of bug fixes and optimizations, particularly around character encoding, that have been submitted by over a dozen contributors. This release also contains two new functions- listMailboxes and getOrderedMessages.
Category: Fetch
Fetch is a library for reading email in PHP. It has recently been taken out of hibernation, been given a brand new test suite, and is now being updated (because who hasn’t looked at their old code and wanted to tear it apart?).
Fetch is hosted on GitHub.
Announcing Fetch v0.5.3
This release handled a few bugs and improves integration with the testing suite, particularly for people running it via Vagrant. The biggest benefit with testing is that the staging environment is now created and reset automatically when phpunit is run, rather than needing to be initialized separately. This release also adds better support for messages…