We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7ce9aa commit aa6695bCopy full SHA for aa6695b
CHANGELOG.md
@@ -1,6 +1,11 @@
1
2
# Changelog
3
4
+## Version 0.9.9
5
+
6
+- add support for getting visible emails through DOM
7
+ (replaces api.get.visible_emails())
8
9
## Version 0.9.8
10
11
- add support for parsing sent email data in new Gmail.
package.json
@@ -1,6 +1,6 @@
{
"name": "gmail-js",
- "version": "0.9.8",
+ "version": "0.9.9",
"description": "JavaScript API for Gmail (useful for chrome extensions)",
"main": "src/gmail.js",
"types": "src/gmail.d.ts",
0 commit comments