ezgmail icon indicating copy to clipboard operation
ezgmail copied to clipboard

A Pythonic interface to the Gmail API.

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

When I used this in my Python script, the emails received come with a warning "Be careful with this message The sender hasn't authenticated this message so Gmail can't verify...

https://github.com/asweigart/ezgmail/blob/0fdcfc94e5ef022ee53047d632f5094c3bc7f106/docs/index.rst?plain=1#L122 unread -> read

The content in this section has been provided by the app developer. This content has not been reviewed or verified by Google. It seems that ezgmail doesn't meet the requirement...

Hello, When I use ezgmail to read attachments from most emails, it works perfectly. However, when I try to read attachments from emails that I receive on a daily basis...

I have been using ezgmail on a raspberry pi 4 for a month now to automatically check and download e-mail attachments every 10 minutes and it's working flawlessly except for...

I used ezgmail for a short project and had to make these code changes to get emails to thread correctly in replies. I haven't changed the code path for attachments,...

Add missing information and separate into two sentences.

``` threads = ezgmail.search(f'from:{email_address}') ``` It seems like this will only return 25 emails at a time. Is this an API limitation?

GmailThread object has zero messages; please file a new bug report issue

Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.10.8 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...

dependencies