Skip to content

Commit 39b6601

Browse files
committed
Added documentation for api.get.compose_ids() KartikTalwar#37
1 parent 7aa6a3f commit 39b6601

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ gmail.get.user_email();
5454
- [gmail.get **.email_id()**](#gmailgetemail_id)
5555
- [gmail.get **.email_ids()**](#gmailgetemail_ids)
5656
- [gmail.get **.email_subject()**](#gmailgetemail_subject)
57+
- [gmail.get **.compose_ids()**](#gmailgetcompose_ids)
5758
- [gmail.get **.email_data(email_id=undefined)**](#gmailgetemail_dataemail_idundefined)
5859
- [gmail.get **.search_query()**](#gmailgetsearch_query)
5960
- [gmail.get **.unread_emails()**](#gmailgetunread_emails)
@@ -280,6 +281,15 @@ Returns a list of email IDs for each thread in the conversation
280281
["141de25dc0b48e4f"]
281282
```
282283

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+
283293
#### gmail.get.search_query()
284294

285295
Returns the search bar data

0 commit comments

Comments
 (0)