All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Calendar Versioning (YYYY.MM.DD-<SHORT-COMMIT-HASH>).
- Added initial changelog
v2020.03.30-5625bf2 - 2020-03-30
- Added onetime-filtering CLI flag
- Improved IMAP reconnection logic. Thanks again to @hikhvar
- Updated Golang to 1.14
- Updated Golang dependencies
- Increased test coverage
v2020.02.08-6723c60 - 2020-02-08
- Added initial proper README file
- Changed Semantic to automated Calendar Versioning
- Updated Golang dependencies
- Changed tests to use github.com/testcontainers/testcontainers-go for integration testing
v0.2.0 - 2020-01-20
- Added more logging
- Added re-connect mechanism if connection or user session is lost
- Improved build, test & release process
- Improved code quality
- Improved charset handling on message parsing
v0.1.0 - 2020-01-12
- This is the initial release!