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]
This might be what you are looking for : Reading and parsing email from Gmail using C#, C++ or Python
精彩评论