Skip to content

Latest commit

 

History

History
97 lines (76 loc) · 3.02 KB

CHANGELOG.md

File metadata and controls

97 lines (76 loc) · 3.02 KB

Changelog

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 following the schema YYYY.MM.DD.N been N the number of the release of the day.

2.0.0 - 2024-01-04

Added

  • Create new Attachment.content_disposition #30
  • Add a new method to create the client based on the account_json client #29
  • Add support for newer Python versions(3.7, 3.8, 3.9, 3.10, 3.11, 3.12) #29
  • Create new way to create the gmail client. #29

Removed

  • Drop support for python 3.6 #29

1.5.0 - 2020-07-21

Added

  • Officially release as an open-source project

1.4.1 - 2020-07-09

Added

  • Implement default value to label Ids key

1.4.0 - 2020-02-10

Added

  • Reply messages using reply-to header

1.3.2 - 2020-01-30

Added

  • Support recursive parts for attachment lookup

1.3.1 - 2020-01-20

Added

  • Support less used formats of Message-ID

1.3.0 - 2019-12-12

Added

  • Add a method to archive a message

1.2.1 - 2019-12-03

Added

  • Filter attachments without ID

1.2.0 - 2019-11-07

Added

  • Reply to a message

1.1.0 - 2019-10-30

Added

  • Handle HTTP exceptions: 404 and 50x.

1.0.2 - 2019-09-23

Fixed

  • Fix 'NoneType' object is not iterable when trying to iterate over absent parts key

1.0.1 - 2019-09-20

Added

  • Support missing subject header

1.0.0 - 2019-09-16

Added

  • Support batch modifying messages

0.3.0 - 2019-09-10

Added

  • Support sending messages

0.2.0 - 2019-08-28

Added

  • Support adding and removing labels

0.1.0 - 2019-08-21

Added

  • This is the very first release. It is not stable yet but might work 😄