diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index 134aa84c..22c43a1d 100644 --- a/app/store/ServicesList.js +++ b/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);' } ] }); diff --git a/resources/icons/navermail.png b/resources/icons/navermail.png new file mode 100644 index 00000000..a24d1556 Binary files /dev/null and b/resources/icons/navermail.png differ