Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Python-Gmail Email Retreving/downloading [duplicate]

I just thought, would it be possible to make a python script which recives information (emails) from gmail? e.g. I type in my username and password then it goes to www.google.com/mail/user..... and downloads emails as .txt files for me to read?

[Python 3.1]

like image 715
Alex Avatar asked Mar 11 '11 07:03

Alex


1 Answers

This might be what you are looking for : Reading and parsing email from Gmail using C#, C++ or Python

like image 123
fixxxer Avatar answered Sep 20 '22 03:09

fixxxer