Browse Source

Added new services

- Office 365
- Yahoo! Mail
- Missive
- Rocket Chat
- Wire
- Sync
- BearyChat
pull/17/head
Ramiro Saenz 9 years ago
parent
commit
3ec355ab87
  1. 50
      app/store/ServicesList.js
  2. BIN
      resources/icons/bearychat.png
  3. BIN
      resources/icons/missive.png
  4. BIN
      resources/icons/office365.png
  5. BIN
      resources/icons/rocketchat.png
  6. BIN
      resources/icons/sync.png
  7. BIN
      resources/icons/wire.png
  8. BIN
      resources/icons/yahoo.png

50
app/store/ServicesList.js

@ -145,6 +145,20 @@ Ext.define('Rambox.store.ServicesList', {
,url: 'https://mail.live.com/' ,url: 'https://mail.live.com/'
,type: 'email' ,type: 'email'
}, },
{
id: 'office365'
,logo: 'office365.png'
,name: 'Office 365'
,url: 'https://outlook.office.com/owa/'
,type: 'email'
},
{
id: 'yahoo'
,logo: 'yahoo.png'
,name: 'Yahoo! Mail'
,url: 'https://mail.yahoo.com/'
,type: 'email'
},
{ {
id: 'protonmail' id: 'protonmail'
,logo: 'protonmail.png' ,logo: 'protonmail.png'
@ -165,6 +179,42 @@ Ext.define('Rambox.store.ServicesList', {
,name: 'Hushmail' ,name: 'Hushmail'
,url: 'https://www.hushmail.com/hushmail/index.php' ,url: 'https://www.hushmail.com/hushmail/index.php'
,type: 'email' ,type: 'email'
},
{
id: 'missive'
,logo: 'missive.png'
,name: 'Missive'
,url: 'https://mail.missiveapp.com/login'
,type: 'messaging'
,js_unread: 'function checkUnread(){var e=document.getElementsByClassName("unseen-count"),t=0;for(i=0;i<e.length;i++)t+=parseInt(e[i].innerHTML.trim());updateBadge(t)}function updateBadge(e){e>=1?document.title="("+e+") "+originalTitle:document.title=originalTitle}var originalTitle=document.title;setInterval(checkUnread,3000);'
},
{
id: 'rocketchat'
,logo: 'rocketchat.png'
,name: 'Rocket Chat'
,url: '___'
,type: 'messaging'
},
{
id: 'wire'
,logo: 'wire.png'
,name: 'Wire'
,url: 'https://app.wire.com/auth/#login'
,type: 'messaging'
},
{
id: 'sync'
,logo: 'sync.png'
,name: 'Sync'
,url: 'https://m.wantedly.com/login'
,type: 'messaging'
},
{
id: 'bearychat'
,logo: 'bearychat.png'
,name: 'BearyChat'
,url: 'https://___.bearychat.com/'
,type: 'messaging'
} }
] ]
}); });

BIN
resources/icons/bearychat.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

BIN
resources/icons/missive.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

BIN
resources/icons/office365.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

BIN
resources/icons/rocketchat.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

BIN
resources/icons/sync.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

BIN
resources/icons/wire.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

BIN
resources/icons/yahoo.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Loading…
Cancel
Save