Import / export google mail (it was "[is it possible] to create a custom Google Lab")

Can I create my own Google Lab project? Or should Google Engineers create them? I would like to integrate Gmail with another web application on the company’s web server.

If this is not possible, is there a way to import / export Google mail in some format (e.g. XML, HTML, etc.) for a specific gmail gmail user or group of users?

+4
source share
4 answers

No.

You are looking for IMAP that allows you to interact with Gmail messages.

+3
source

No, It is Immpossible. Google Labs projects are Google’s own experiments, not something you can add to yourself.

+3
source

As Nadir Muzaffar said, perhaps the Gmail API is what you are looking for: https://developers.google.com/gmail/

+1
source

I would like to add that you can create a browser extension. You can start by experimenting with the developer toolbar (F12), and then pack your javascript into an extension.

If you are using IE Chrome, see IE https://robots.thoughtbot.com/how-to-make-a-chrome-extension or try looking at the current extensions to understand how it works (~ / .config / google- chrome / Default / Extensions / or ~ / .config / google-chrome / Default / Extensions /)

Please note that if GMail changes, your extension may no longer work.

0
source

Source: https://habr.com/ru/post/1369016/


All Articles