Skip to content Skip to sidebar Skip to footer
Showing posts with the label Gmail

How To Auto Log Into Gmail Atom Feed With Python?

Gmail has this sweet thing going on to get an atom feed: def gmail_url(user, pwd): return '… Read more How To Auto Log Into Gmail Atom Feed With Python?

Check Unread Count Of Gmail Messages With Python

How can I check the number of unread Gmail message in my inbox with a short Python script? Bonus po… Read more Check Unread Count Of Gmail Messages With Python

Python: Mail Sent By Script Is Marked As Spam By Gmail

We have a python script that sends mails everyday to an xml list of addresses. Those mails are alwa… Read more Python: Mail Sent By Script Is Marked As Spam By Gmail

Get Google Group Emails With Gmail Api

I am working on getting large text corpus of the email. There is no API that allows reading a messa… Read more Get Google Group Emails With Gmail Api

Python Gmail Api Won't Pass Labelids Parameter To List Method

I've been trying to get a Python script set up that involves querying a Gmail account for unrea… Read more Python Gmail Api Won't Pass Labelids Parameter To List Method

How To Run Python Script With The Same Port

Right now I am setting up oauth2 from Gmail to send mail from my python script. I am using a quick … Read more How To Run Python Script With The Same Port