diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index 13e0fa7e..c4a61d31 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -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=1?rambox.setUnreadCount(a):rambox.clearUnreadCount()}setInterval(checkUnread,3e3);' + } ] }); diff --git a/resources/icons/awsworkmail.png b/resources/icons/awsworkmail.png new file mode 100644 index 00000000..0ee0b003 Binary files /dev/null and b/resources/icons/awsworkmail.png differ