Skip to content
This repository has been archived by the owner on Nov 26, 2020. It is now read-only.

Latest commit

 

History

History
78 lines (47 loc) · 1.84 KB

CHANGELOG.md

File metadata and controls

78 lines (47 loc) · 1.84 KB

Changelog

Overview

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!.

Types of changes

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

Changed

  • Use From header to generate missing Subject line
    • instead of skipping emails with missing Subject lines

Fixed

  • imaplib.IMAP4.error: command CLOSE illegal in state AUTH, only allowed in states SELECTED

v0.1.3 - 2020-09-14

Added

  • Add CHANGELOG.md file

Changed

  • Explicitly set stdout and stderr output encoding

Fixed

  • AttributeError: 'NoneType' object has no attribute 'replace'

v0.1.2 - 2018-11-29

Fixed

  • Fix UnicodeEncodeError charmap codec errors

v0.1.1 - 2018-08-20

Fixed

  • Add missing content to template config file

v0.1.0 - 2018-08-20

Added

Initial release; add first draft of list-emails script.