Simplegmail Versions Save

A simple Gmail API client for applications in Python

v3.1.3

3 years ago

Release 3.1.3

New or Improved Features

  • Allow user to specify where the credentials file is or should be stored with Gmail(creds_file='/path/to/gmail_token.json')

v3.1.2

3 years ago

Release 3.1.2

Bug Fixes and Other Changes

  • Fixed errors with certain query keywords

v3.0.0

3 years ago

Fixed major bugs in previous versions and refactored. Breaks compatibility with versions < 3.0.0

v2.1.0

3 years ago

Added Label class functionality.

v2.0.0

4 years ago

New in v2.0.0 are new Message and Attachment classes, and with them support for retrieving message attachments and marking messages (read/unread, star/unstar, trash/untrash, inbox/archive).