简体   繁体   中英

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?

您应该能够通过标准IMAP库来实现,该库应该适用于所有语言。

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.

Have you considered using gmail filters? There are some easy ways of doing this without resorting to writing full fledged programs see . This may not be as sophisticated as rolling up a custom program but it has served my needs pretty well so far. Also explore Gmail advanced search queries. Be forewarned a little ingenuity and creativity is required.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM