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

First of all: Thanks for a great package! When running ezgmail "live" from the python interpreter, everything works just fine, but as I am trying to build a script and...

when running `ezgmail.search('hello')` this errors out at the following point: ` 253 elif "body" in messageObj["payload"].keys(): 254 # for header in messageObj['payload']['headers']: 255 # if header['name'].upper() == 'CONTENT-TYPE': 256 #...

it won't hurt and it is nice that message id, thread id and other information can be obtained this way

better to raise error, so user will notice that it is not implemented and doesn't work

to reflect added features in previous commits

is there a way to check the spam folder using this library?

Hey, for the setup instructions on https://pypi.org/project/EZGmail/ it says to rename the downloaded credentials.json file to credentials-gmail.json. This looks like its incorrect and should stay as credentials.json. credentials-gmail.json is throwing...

Hello, Is this module currently working for other users? I get through the login steps and everything seem to work fine. Using unreadThreads = ezgmail.unread(), I manage to get the...

I am having an issue sending documents as an attachment. Every pdf file attached goes corrupted or partly openable. ` import ezgmail class EmailSender: def __init__(self, receiver_name, email, job, gender,...