diff --git a/README.md b/README.md index b80b3fb3..23433cf9 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ ![Rambox](https://raw.githubusercontent.com/saenzramiro/rambox/master/resources/screenshots/mac.png) -## Services available - 47 +## Services available - 48 WhatsApp Messenger @@ -68,6 +68,10 @@ Rocket Chat Missive Yahoo! Mail + + +Yandex + OFfice 365 Dasher DingTalk diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index 5d64d945..92a4a001 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -424,6 +424,14 @@ Ext.define('Rambox.store.ServicesList', { ,url: 'https://glip.com/' ,type: 'messaging' ,js_unread: 'function simulateClick(a){var b,c=document.getElementById(a);document.createEvent&&(b=document.createEvent("MouseEvents"),b.initMouseEvent("click",!0,!0,window,0,0,0,0,0,!1,!1,!1,!1,0,null)),b?c.dispatchEvent(b):c.click&&c.click()}setTimeout(function(){simulateClick("sign_in")},1e3);' + }, + { + id: 'yandex' + ,logo: 'yandex.png' + ,name: 'Yandex' + ,description: 'Free webmail service with unlimited mail storage.' + ,url: 'https://passport.yandex.com/' + ,type: 'email' } ] -}); +}); \ No newline at end of file diff --git a/resources/icons/yandex.png b/resources/icons/yandex.png new file mode 100644 index 00000000..eeae7ffb Binary files /dev/null and b/resources/icons/yandex.png differ