File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
** Note:** This is not an official Gmail API, and isn't affiliated with Google.
4
4
5
- ### TL;DR Information
5
+ ### TL;DR Summary
6
6
7
- - Lots of api methods to work with gmail
7
+ - Lots of api methods to work with gmail. Useful for chrome extensions
8
8
- Most of them dont take arguments, they work on what is currently visible on the screen
9
9
- I still need to add implementation for chrome extension, works by injecting js for now
10
- - Main method is ** ` gmail.observe.on('lots_of_actions_here', yourFunction()) ` **
11
- - Click on a summary method link to view more detailed docs
10
+ - Main method is ** ` gmail.observe.on('lots_of_actions_here', callback()) ` **
11
+ - Click on a method link to view more detailed docs
12
+ - Create an issue/pull request for feedback, requests and fixes
12
13
13
14
14
15
## Setup
You can’t perform that action at this time.
0 commit comments