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 8f20eef commit b269dc2Copy full SHA for b269dc2
CHANGELOG.md
@@ -1,6 +1,10 @@
1
2
# Changelog
3
4
+## Version 1.0.18
5
+
6
+- Fix parsing of attachments in emails form embedded JSON. Thanks @onestep!
7
8
## Version 1.0.17
9
10
- Fix ussyes with `gmail.dom.visible_messages()`. Thanks @mhatvan!
package.json
@@ -1,6 +1,6 @@
{
"name": "gmail-js",
- "version": "1.0.17",
+ "version": "1.0.18",
"description": "JavaScript API for Gmail (useful for chrome extensions)",
"main": "src/gmail.js",
"types": "src/gmail.d.ts",
0 commit comments