ezgmail icon indicating copy to clipboard operation
ezgmail copied to clipboard

A Pythonic interface to the Gmail API.

Results 37 ezgmail issues
Sort by recently updated
recently updated
newest added

In GmailMessage.replyAll(), removes EMAIL_ADDRESS from self.recipient. Creates recipients_str string which includes remaining recipients and self.sender.

Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.19.4 to 3.19.5. Release notes Sourced from protobuf's releases. Protocol Buffers v3.19.5 C++ Reduce memory consumption of MessageSet parsing This release addresses a Security Advisory for C++...

dependencies

Commit addresses more complex Mimetype structures. When using the current code across a Gmail inbox (e.g. find all and save to file) there are cases where ezgmail fails to find...

I fired the query like ezgmail.search("subject:(pay reminders ) after:1/1/2022 ") it returns length of 0, but this same if I fired on Gmail search bar it shows more than 20...

```python def downloadAllAttachments(self, downloadFolder=".", overwrite=True): """Download all of the attachments in this message to the local folder ``downloadFolder``. If ``overwrite`` is ``True``, existing local files will be overwritten by attachments...

Hello, Following is the code which I am running in Colab. I have downloaded the credentials.json file as well. The ezgmail.init() doesnt open the gmail window. Can you please help....

Hello, I'm following the book (Thank you for the amazing book, btw!) for ezgmail module. I'm having an issue when I search emails with attachments and try to download it....

Got this error the first time trying out this lib. I have figured out a temporary solution for this by removing the if statement on line 255 in the `__init__.py`...

Since there is no Python Quickstart anymore, this is updated to show how to create a project, enable Gmail API, create credentials, download and rename them, and use the package...

I get a KeyError when trying to interact with any message and any function over unreadThreads (summary, unreadThreads[0].message....) ``` Traceback (most recent call last): File "start.py", line 44, in logger.info(ezgmail.summary(unreadThreads))...