> i want to write a python program which will grab all my gmail > msgs and store them on my hard drive. [...] > my question is: does anyone have a working script which can > grab msgs from a gmail inbox ?
Possibly not of use, but if you're not using POP3 access to your gmail account for anything else, then you could simply enable POP3 access and use poplib. =Tony.Meyer -- http://mail.python.org/mailman/listinfo/python-list