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 Semantic Versioning.
Please open an issue for any deviations that you spot; I'm still learning!.
The following types of changes will be recorded in this file:
Added
for new features.Changed
for changes in existing functionality.Deprecated
for soon-to-be removed features.Removed
for now removed features.Fixed
for any bug fixes.Security
in case of vulnerabilities.
- placeholder
v0.1.4 - 2020-09-14
- Use From header to generate missing Subject line
- instead of skipping emails with missing Subject lines
- imaplib.IMAP4.error: command CLOSE illegal in state AUTH, only allowed in states SELECTED
v0.1.3 - 2020-09-14
- Add
CHANGELOG.md
file
- Explicitly set stdout and stderr output encoding
- AttributeError: 'NoneType' object has no attribute 'replace'
v0.1.2 - 2018-11-29
- Fix UnicodeEncodeError charmap codec errors
v0.1.1 - 2018-08-20
- Add missing content to template config file
v0.1.0 - 2018-08-20
Initial release; add first draft of list-emails script.