simplegmail icon indicating copy to clipboard operation
simplegmail copied to clipboard

A simple Gmail API client for applications in Python

Results 52 simplegmail issues
Sort by recently updated
recently updated
newest added

Hi jeremy... I love your library If i call `message.plain` output is None. Nevertheless if i send an plain text email to myself, `message.plain` works fine. Is there a possibility...

Hi there! I am excited to try your library. I installed it and followed the instructions for setting up my project, OAuth token, and Gmail API access in the README....

Your scripts are great! I wonder how to dowload ony one type of attachments, for example PDFs or Excel files.

While using the for loop to print messages, this error comes up. --------------------------------------------------------------------------- TypeError Traceback (most recent call last) [](https://localhost:8080/#) in () 6 print("Preview: " + message.snippet) 7 ----> 8...

I have an app that runs on a cron job every 5 minutes to read messages from a gmail account, pull them apart and add details to a mariadb database...

What can I do to solve this problem

As asked in #48 by @felciano is there a particular reason you are using oauth2client? It has been [deprecated](https://pypi.org/project/oauth2client/) for several years in favor of google-auth ([link](https://google-auth.readthedocs.io/en/master/)). Most of the...

Great stuff! works great but I have a problem: Trying to save att to an specific filepath but it appear to not have the correct permission, opened my script as...

File "C:\Users\Madina\Desktop\multi-RL-Agent-Approach-api_mode\wob\miniwob\live_action.py", line 1401, in __init__ gmail = Gmail() File "C:\Users\Madina\AppData\Local\Programs\Python\Python310\lib\site-packages\simplegmail\gmail.py", line 102, in __init__ self.creds = tools.run_flow(flow, store, flags) File "C:\Users\Madina\AppData\Local\Programs\Python\Python310\lib\site-packages\oauth2client\_helpers.py", line 133, in positional_wrapper return wrapped(*args, **kwargs) File...