Simplegmail

Latest version: v4.1.1

Safety actively analyzes 628969 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

4.0.0

New or Improved Features

- The behavior of `exclude_KEYWORD` parameters in `construct_query` has been changed to allow `exclude_KEYWORD` to accept the values to exclude rather than negating the values assigned to `KEYWORD`. This is not compatible with prior versions. For example to exclude a label went from

python3
construct_query(labels='finance', exclude_labels=True)

to
python3
construct_query(exclude_labels='finance')

which allows users to more easily combine positive and negative search terms. This is a big quality of life improvement for creating complex queries.

3.1.6

Bug Fixes and Other Changes
- Used previously unused `include_spam_trash` parameter. Previously this value was ignored and spam and trash would not be included in searches other than `get_spam_messages` and `get_trash_messages`, or if the label was included explicitly.

3.1.5

Bug Fixes and Other Changes
- Fixed reverted changes including removal of `creds_file` parameter

3.1.4

Bug Fixes and Other Changes

- Fixed key error for emails missing certain parts
- Fixed divide by zero error when a query results in zero messages

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')`

3.1.2

Bug Fixes and Other Changes

- Fixed errors with certain query keywords

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.