Gmail

Gmail

Gmail API

The Gmail API lets you view and manage Gmail mailbox data like threads, messages, and labels.

Constructor

new Gmail()

Example
```js
const {google} = require('googleapis');
const gmail = google.gmail('v1');
```