gmail
gmail copied to clipboard
A Pythonic interface for Google Mail
I want to get for example all the letters relating to the social tab, or unsorted only. There is a possibility, or write your own?
This issue leads to mail subjects that are encoded not properly showing, instead having strings like =?UTF-8?Q? or =?ISO-8859-1?B? in their content.
I'm getting this error when trying to fetch any msg. I'm at commit 667c14958714c5ea7b5487e79e262d40818229a4 and using ubuntu. Looks like a bug. Hopefully Charlie can fix it soon. > > >...
I want to list messages and their attachments and then (if I want to) to download attachement. Now on command `email.fetch()` I download everything. Can I separate them?
Three questions all of which are related to how the data is returned once fetched. 1) Is there some documentation on the different pieces of information retrieved with the message?...
I'm using the gmail library as part of an application that gets run regularly (every couple of minutes) through cron. Every once in a while (once every couple of hours),...
Some people turn on [2-step authentication](http://www.google.com/landing/2step/?utm_campaign=en&utm_source=en-ha-na-us-sk&utm_medium=ha). It doesn't look like this library supports that, although I may be missing something. [This post](http://webapps.stackexchange.com/questions/8388/how-does-googles-new-two-factor-authentication-work-with-imap-pop-etc) or [this one](http://comments.gmane.org/gmane.mail.mutt.user/37023) may be of use.
When I was adding the fetch_thread() functionally which uses several mailboxes in one function, I noticed that you must take good care of which is "current." This is confusing to...
I'm working on a project using this library and it splits labels like "deductable expense" into two labels.
I wish to use beautiful soup to extract all of the links from mail's body. BeautifulSoup accepts only html input so I would have to acquire mail bodies in that...