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
- 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
- Drop support for python 3.6 #29
1.5.0 - 2020-07-21
- Officially release as an open-source project
1.4.1 - 2020-07-09
- Implement default value to label Ids key
1.4.0 - 2020-02-10
- Reply messages using reply-to header
1.3.2 - 2020-01-30
- Support recursive parts for attachment lookup
1.3.1 - 2020-01-20
- Support less used formats of Message-ID
1.3.0 - 2019-12-12
- Add a method to archive a message
1.2.1 - 2019-12-03
- Filter attachments without ID
1.2.0 - 2019-11-07
- Reply to a message
1.1.0 - 2019-10-30
- Handle HTTP exceptions: 404 and 50x.
1.0.2 - 2019-09-23
- Fix 'NoneType' object is not iterable when trying to iterate over absent parts key
1.0.1 - 2019-09-20
- Support missing subject header
1.0.0 - 2019-09-16
- Support batch modifying messages
0.3.0 - 2019-09-10
- Support sending messages
0.2.0 - 2019-08-28
- Support adding and removing labels
0.1.0 - 2019-08-21
- This is the very first release. It is not stable yet but might work 😄