File tree 3 files changed +12
-2
lines changed
3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ gmail.get.user_email();
54
54
- [ gmail.get ** .email_id()** ] ( #gmailgetemail_id )
55
55
- [ gmail.get ** .email_ids()** ] ( #gmailgetemail_ids )
56
56
- [ gmail.get ** .email_subject()** ] ( #gmailgetemail_subject )
57
+ - [ gmail.get ** .compose_ids()** ] ( #gmailgetcompose_ids )
57
58
- [ gmail.get ** .email_data(email_id=undefined)** ] ( #gmailgetemail_dataemail_idundefined )
58
59
- [ gmail.get ** .search_query()** ] ( #gmailgetsearch_query )
59
60
- [ gmail.get ** .unread_emails()** ] ( #gmailgetunread_emails )
@@ -280,6 +281,15 @@ Returns a list of email IDs for each thread in the conversation
280
281
[" 141de25dc0b48e4f" ]
281
282
```
282
283
284
+ ### gmail.get.compose_ids()
285
+
286
+ Returns the latest/last email id of emails that have been saved as drafts (currently open)
287
+
288
+ ``` js
289
+ [" 14469c73bba6ff53" , " 14469c7b8581ccfa" ]
290
+ ```
291
+
292
+
283
293
#### gmail.get.search_query()
284
294
285
295
Returns the search bar data
You can’t perform that action at this time.
0 commit comments