We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80c765e commit a0b3ac6Copy full SHA for a0b3ac6
README.md
@@ -40,6 +40,8 @@ var gmail = Gmail();
40
- gmail.get **.unread_notification_emails()**
41
- gmail.get **.unread_promotion_emails()**
42
- gmail.get **.unread_social_emails()**
43
+- gmail.get **.last_active()**
44
+- gmail.get **.loggedin_accounts()**
45
- gmail.get **.beta()**
46
47
src/gmail.js renamed to gmail.js
@@ -1,8 +1,3 @@
1
-var jq = document.createElement('script');
2
-jq.src = "https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js";
3
-document.getElementsByTagName('body')[0].appendChild(jq);
4
-
5
6
var Gmail = function() {
7
8
var api = {
0 commit comments