Browse Source

add naver mail service

pull/2010/head
JWHan77 6 years ago
parent
commit
7f70463061
  1. 9
      app/store/ServicesList.js
  2. BIN
      resources/icons/navermail.png

9
app/store/ServicesList.js

@ -939,6 +939,15 @@ Ext.define('Rambox.store.ServicesList', {
,description: 'Sococo is an online workplace that adds the magic of co-location back into the day to day life of distributed Agile teams.'
,url: 'https://app.sococo.com/a/login'
,type: 'messaging'
},
{
id: 'naver'
,logo: 'navermail.png'
,name: 'Naver Mail'
,description: 'Naver mail is a web e-mail service provided by Naver, a portal site in South Korea.'
,url: 'https://mail.naver.com'
,type: 'email'
,js_unread: 'function checkUnread(){var e=document.getElementById("0_fol");updateBadge(parseInt(e.innerText.replace(/[^0-9]/g,"")))}function updateBadge(e){e>=1?rambox.setUnreadCount(e):rambox.clearUnreadCount()}setInterval(checkUnread,3e3);'
}
]
});

BIN
resources/icons/navermail.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Loading…
Cancel
Save