gmail icon indicating copy to clipboard operation
gmail copied to clipboard

A Pythonic interface for Google Mail

Results 61 gmail issues
Sort by recently updated
recently updated
newest added

Hey @charlierguo, I was working with some emails from urban outfitters and they have a real knack for including the most annoying and invalid unicode characters, which led me to...

This is a difficult problem to solve. Multipart content is barely handled well at all presently.

Hello : I am not sure if someone else need the feature that auto decoded in text type. https://docs.python.org/2/library/email.message.html#email.message.Message.get_payload

When an email is accessed as part of a label search, attempting to delete the email only removes the label from the email, but does not delete it. An example...

I couldn't find a way to retrieve FROM email address of a message. After analysing, I just figured out a way to get it. I just parsed the headers dict.,...

This is a "small" yet useful PR, with several features: - Allow for complex, custom IMAP queries using new `custom_query` parameter - Store mailbox attributes. This is better for i18n,...

The trailing spaces has been cleaned up and Imports have been Improved. No changes to the code :smile:

in gmail contacts, a person can have more than one email, some of my contacts have 3 emails, but they are the same person. How do I filter by all...