Search code examples
web-servicesweb-applicationsprogramming-languagesgmail

What languages and libraries should I use to work with Gmail?


I want to develop my own web-based tool for searching for messages in the inbox of my Gmail account and deleting some of them.

The projects that I've been working on in my programming life are very different from that one, so my question is: What languages, tools, and libraries should be used for this task?


Solution

  • I think, you can use libgmail

    The libgmail project is a pure Python binding to provide access to Google's Gmail web-mail service.

    The library currently ships with a demonstration utility to archive messages from a Gmail account into mbox files, suitable for importing into a local email client.

    Its free of cost.Download it here

    Let me know whether it works for you or not.