File tree 1 file changed +3
-0
lines changed 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ const gmail = new GmailFactory.Gmail() as Gmail;
93
93
- [ gmail.get** .visible_emails_async(callback)** ] ( #gmailgetvisible_emailscallback )
94
94
- [ gmail.get** .selected_emails_data()** ] ( #gmailgetselected_emails_data )
95
95
- [ gmail.get** .current_page()** ] ( #gmailgetcurrent_page )
96
+ - [ gmail.get** .thread_id()** ] ( #gmailgetthread_id )
96
97
- [ gmail.get** .email_id()** ] ( #gmailgetemail_id )
97
98
- [ gmail.get** .email_ids()** ] ( #gmailgetemail_ids )
98
99
- [ gmail.get** .email_subject()** ] ( #gmailgetemail_subject )
@@ -123,6 +124,8 @@ const gmail = new GmailFactory.Gmail() as Gmail;
123
124
#### CHECK
124
125
125
126
127
+ - [ gmail.check** .is_new_data_layer()** ] ( #gmailcheckis_new_data_layer )
128
+ - [ gmail.check** .is_new_gui()** ] ( #gmailcheckis_new_gui )
126
129
- [ gmail.check** .is_thread()** ] ( #gmailcheckis_thread )
127
130
- [ gmail.check** .is_inside_email()** ] ( #gmailcheckis_inside_email )
128
131
- [ gmail.check** .is_plain_text()** ] ( #gmailcheckis_plain_text )
You can’t perform that action at this time.
0 commit comments