Browse Source

Merge pull request #2310 from mwohlert/feature/add-aws-workmail

Added AWS WorkMail Service
delete-partition-folder
Ramiro Saenz 6 years ago committed by GitHub
parent
commit
a5716b76c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      app/store/ServicesList.js
  2. BIN
      resources/icons/awsworkmail.png

10
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<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);'
}
]
});

BIN
resources/icons/awsworkmail.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Loading…
Cancel
Save