Skip to content

Releases: tedious/Fetch

v0.7.2

12 Nov 20:58
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.1...v0.7.2

v0.7.1

02 Aug 03:51
Compare
Choose a tag to compare

This release contains a variety of bug fixes, optimizations, and some new helper functions to east common operations.

v0.6.1: New Functions and numerous optimizations and bug fixes.

08 Jan 03:27
Compare
Choose a tag to compare

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

14 Mar 07:26
Compare
Choose a tag to compare

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

20 Jan 23:06
Compare
Choose a tag to compare

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!

19 Dec 01:16
Compare
Choose a tag to compare

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

01 Dec 07:39
Compare
Choose a tag to compare

Primarily bug fixes.

BCC Support

28 Jul 05:32
Compare
Choose a tag to compare

Adds BCC support (for reading through sent mail folders).

v0.4.3: Merge pull request #17 from abimus/fix/flags

14 Jul 23:41
Compare
Choose a tag to compare