Browse Source

Add Yandex service

pull/230/head
TriiNoxYs 9 years ago
parent
commit
a26d48828f
  1. 6
      README.md
  2. 8
      app/store/ServicesList.js
  3. BIN
      resources/icons/yandex.png

6
README.md

@ -35,7 +35,7 @@
![Rambox](https://raw.githubusercontent.com/saenzramiro/rambox/master/resources/screenshots/mac.png)
## Services available - 47
## Services available - 48
<img width="80" align="left" src="https://raw.githubusercontent.com/saenzramiro/rambox/master/resources/icons/whatsapp.png" alt="WhatsApp" title="WhatsApp">
<img width="80" align="left" src="https://raw.githubusercontent.com/saenzramiro/rambox/master/resources/icons/messenger.png" alt="Messenger" title="Messenger">
@ -68,6 +68,10 @@
<img width="80" align="left" src="https://raw.githubusercontent.com/saenzramiro/rambox/master/resources/icons/rocketchat.png" alt="Rocket Chat" title="Rocket Chat">
<img width="80" align="left" src="https://raw.githubusercontent.com/saenzramiro/rambox/master/resources/icons/missive.png" alt="Missive" title="Missive">
<img width="80" align="left" src="https://raw.githubusercontent.com/saenzramiro/rambox/master/resources/icons/yahoo.png" alt="Yahoo! Mail" title="Yahoo! Mail">
<!-- Please edit this with your githubusercontent link if you accept pull request -->
<img width="80" align="left" src="https://raw.githubusercontent.com/triinoxys/rambox/master/resources/icons/yandex.png" alt="Yandex" title="Yandex">
<img width="80" align="left" src="https://raw.githubusercontent.com/saenzramiro/rambox/master/resources/icons/office365.png" alt="OFfice 365" title="Office 365">
<img width="80" align="left" src="https://raw.githubusercontent.com/saenzramiro/rambox/master/resources/icons/dasher.png" alt="Dasher" title="Dasher">
<img width="80" align="left" src="https://raw.githubusercontent.com/saenzramiro/rambox/master/resources/icons/dingtalk.png" alt="DingTalk" title="DingTalk">

8
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'
}
]
});

BIN
resources/icons/yandex.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Loading…
Cancel
Save