Skip to content
This repository has been archived by the owner on Apr 22, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/saenzramiro/rambox
Browse files Browse the repository at this point in the history
  • Loading branch information
saenzramiro committed Jun 24, 2019
2 parents 0b8306d + a5716b7 commit 8d509c4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/store/ServicesList.js
Original file line number Diff line number Diff line change
Expand Up @@ -932,6 +932,16 @@ Ext.define('Rambox.store.ServicesList', {
,description: 'Google Calendar is a time-management and scheduling calendar service developed by Google.'
,url: 'https://calendar.google.com/calendar/'
,type: 'messaging'
},
{
id: 'awsworkmail'
,logo: 'awsworkmail.png'
,name: 'AWS WorkMail'
,description: 'Amazon WorkMail is a secure, managed business email and calendar service.'
,url: '___'
,type: 'email'
,js_unread: 'function checkUnread(){var t=document.getElementsByClassName("giraffe-hierarchy-node-counter"),e=0;for(i=0;i<t.length;i++)parseInt(t[i].textContent.trim())%1===0&&(e+=parseInt(t[i].textContent.trim()));updateBadge(e);}function updateBadge(a){a>=1?rambox.setUnreadCount(a):rambox.clearUnreadCount()}setInterval(checkUnread,3e3);'

}
]
});
Binary file added resources/icons/awsworkmail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8d509c4

Please sign in to comment.