Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 285
Igor Avatar asked Sep 11 '09 12:09

Igor


People also ask

Which programming language is used for Gmail?

Gmail API. Interact with users' Gmail inboxes and settings with several popular programming languages, such as Java, JavaScript, and Python.

What coding languages do you need to know to work at Google?

Experience with one or more general purpose programming languages including but not limited to: Java, C/C++, C#, Objective C, Python, JavaScript, or Go. Ability to learn other coding languages as needed.

How many languages does Gmail support?

With this update, Google has added over 100 virtual keyboards, transliteration, and IMEs. This allows Gmail to support typing in 75 languages! That's a HUGE increase since 2009 when they only supported five (5)!

How does Google use C++?

To detect UAFs, Google already uses C++ smart pointers like MiraclePtr, which also caused a performance hit, as well as static analysis in compilers, C++ sanitizers, code fuzzers, and a garbage collector called Oilpan.


1 Answers

You ought to be able to do it via a standard IMAP library, which should exist for every language.

like image 54
Nzbuu Avatar answered Oct 05 '22 22:10

Nzbuu