Retrieve / Download Python-Gmail Email

I just thought: is it possible to make a python script that receives information (email) from gmail? for example, I enter my username and password, then it goes to www.google.com/mail/user ..... and downloads emails as .txt files for reading?

[Python 3.1]

+3
source share
1 answer
+4
source

All Articles