Releases: tedious/Fetch
v0.7.2
What's Changed
- Minor fixes by @sergeyklay in #185
New Contributors
- @sergeyklay made their first contribution in #185
Full Changelog: v0.7.1...v0.7.2
v0.7.1
v0.6.1: New Functions and numerous optimizations and bug fixes.
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.
v0.5.3 Bug Fixes and Testing Optimizations
This release fixes some issues with the test suite when running through vagrant (the biggest being bugs with the automatic creation and resetting of the staging suite). It also enhances how Fetch handles certain types of encoding.
v0.5.2: Trim Down
This update has no changes to Fetch itself, but does have an affect on it's test suite. The purpose of this update is to remove the Dovecot email setup out of the main package and into it's own development package. This will reduce the size of the production install of Fetch while also allowing other libraries to take advantage of the Dovecot/Vagrant/Travis email setup code.
v0.5.1: Major Update!
With this latest release comes a whole new test suite, bringing the code coverage of the product from almost none to over 90%!
This update represents a new life for Fetch. Previously it had been very difficult to manage external contributions, as testing was a mostly manually process. With new technology like Vagrant and Travis-CI things have become a lot easier. The new test suite sets up an actual IMAP server and populates it with preprepared emails.
This is the first of many new updates, as Fetch will be getting a reworked API as well as some additional features. This update is backwards compatible with previous versions in order to provide a fully tested baseline.
v0.4.5
BCC Support
Adds BCC support (for reading through sent mail folders).
v0.4.3: Merge pull request #17 from abimus/fix/flags
Bug fixes from PR #17.